COLOR #A599AB

HEX: #A599AB
RGB: (165,153,171)

Renk bilgisi

#A599AB contains red, green and blue colors in about the same proportion. #A599AB ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A599AB color RGB value is (165,153,171).

  • kırmız ton 165;
  • yeşil ton 153;
  • mavi ton 171.
RGB:
(165,153,171)
(65%,60%,67%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 153 of 255 = 60%
B 171 of 255 = 67%

165
153
171

R + G + B ~ 64%. #A599AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 153 + 171 = 489 (100%)
R 165 of 489 ~ 33.74%
G 153 of 489 ~ 31.29%
B 171 of 489 ~ 34.97%

%33.74
%31.29
%34.97

CMYK RENK MODELİ

#A599AB rengi CMYK tonu (4,11,0,33).

  • camgöbeği tonu 3.51%
  • eflatun tonu 10.53%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(4,11,0,33)
C4M11Y0K33 
(4%,11%,0%,33%)
(0.04/0.11/0.00/0.33)	

CMYK yüzdeleri

%3.51
%10.53
%0
%32.94

Codes

Color #A599AB in popluar color models

A599AB
RGB165153171
HSL280°9.68%63.53%
HSB/HSV280°10.53%67.06%
CMYK3.51%10.53%0.00%
32.94%

Color #A599AB in popluar number systems.

HEXA599AB
Decimal165153171
Binary101001011001100110101011
Octal245231253

Shades and tints

Shades of #A599AB

#A599AB
(165,153,171)
#968C9C
(150,140,156)
#877F8D
(135,127,141)
#78727E
(120,114,126)
#69656F
(105,101,111)
#5A5860
(90,88,96)
#4B4B51
(75,75,81)
#3C3E42
(60,62,66)
#2D3133
(45,49,51)
#1E2424
(30,36,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A599AB

#A599AB
(165,153,171)
#ADA2B2
(173,162,178)
#B5ABB9
(181,171,185)
#BDB4C0
(189,180,192)
#C5BDC7
(197,189,199)
#CDC6CE
(205,198,206)
#D5CFD5
(213,207,213)
#DDD8DC
(221,216,220)
#E5E1E3
(229,225,227)
#EDEAEA
(237,234,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A599AB color. Also use rgb(165,153,171) instead hex code.

Text Font Color

.myTextColor { color: #A599AB; }

<p style="color:#A599AB">This sample text font color is #A599AB.</p>

This text font color is #A599AB.


Background Color

.myBgColor { background-color: #A599AB; }

<div style="background-color:#A599AB">Inner text</div>

This div background color is #A599AB.


Border color

.myBorderColor { border: 1px solid #A599AB; }

<div style="border:3px solid #A599AB">Div</div>

This div border color is #A599AB.


Opacity

.myOpacity80 { color: #A599AB; opacity: 0.8; }

<p style="color:#A599AB;opacity:0.8;">80%</p>

Text with #A599AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A599AB;}

<p style="text-shadow: 3px 3px 1px #A599AB">Text here.</p>

This text has shadow with #A599AB color.

.textShadow {text-shadow: 3px 3px 1px #A599AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A599AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #A599AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A599AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A599AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #A599AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A599AB;
  -webkit-box-shadow:	1px 1px 3px 2px #A599AB;
  box-shadow:		1px 1px 3px 2px #A599AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A599AB;
-webkit-box-shadow: 1px 1px 3px 2px #A599AB;
box-shadow:1px 1px 3px 2px #A599AB;">
Div content here</div>
This div box has shadow with color #A599AB.

Preview

Color preview on black background

This text has color #A599AB on black background.


Color preview on white background

This text has color #A599AB on white background.



Black color preview on #A599AB background

This text has black color on #A599AB background.


White color preview on #A599AB background

This text has white color on #A599AB background.