Html Css Color HEX #A599A9 East Side

📋 copy color: '#A599A9'

red 165 ◦ green 153 ◦ blue 169

#A599A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A599A9

Tints of East Side #A599A9

RGB

 RED value IS 165 (64.84% from 255) = 33.88%

 GREEN value IS 153 (60.16% from 255) = 31.42%

 BLUE value IS 169 (66.41% from 255) = 34.7%

R = 33.88%
G = 31.42%
B = 34.7%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A599A9 (or 0xA599A9) is known color: East Side. HEX triplet: A5, 99 and A9. RGB value is (165,153,169). Sum of RGB (Red+Green+Blue) = 165+153+169=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 169 - color contains mainly: blue. Hex color #A599A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599A9 is #5A6656. Grayscale: #9E9E9E. Windows color (decimal): -5924439 or 11114917. OLE color: 11114917.

HSL color Cylindrical-coordinate representation of color #A599A9: hue angle of 285º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A599A9 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 153 169 -
CMYK 0.02 0.09 0 0.34
HSL 285º 0.09% 0.63% -
HSV(B) 285º 0.09% 0.66% -
XYZ 34.07 33.65 42.23 -
YUV 158.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 165 153 169 0.02 0.09 0 0.34 285 0.09 0.63
Hex A5 99 A9 2 9 0 22 11D 9 3F
Octal 245 231 251 2 11 0 42 435 11 77
Binary 10100101 10011001 10101001 10 1001 0 100010 100011101 1001 111111

Color Harmonies of #A599A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599A9

Black with #A599A9

Text Example


Text Example

White with #A599A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599A9; }

 p { color: rgb(165,153,169); }

 H1.HeaderClassName
 {
   color: #A599A9;
 }
 .AnyTagClassName
 {
   color: #A599A9;
 }
</style>

background-color css

<style>
 a { background-color: #A599A9; }

 a { background-color: rgb(165,153,169); }

 div.DivClassName
 {
   background-color: #A599A9;
 }
 .BgClassName
 {
   background-color: #A599A9;
 }
</style>

border-color css

<style>
 span { border-color: #A599A9; }

 span { border-color: rgb(165,153,169); }

 td.TdClassName
 {
   border-color: #A599A9;
 }
 .TagClassName
 {
   border-color: #A599A9;
 }
</style>