Html Css Color HEX #A599AA East Side

📋 copy color: '#A599AA'

red 165 ◦ green 153 ◦ blue 170

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

Shades of East Side #A599AA

Tints of East Side #A599AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 33.81%
G = 31.35%
B = 34.84%

CMYK

 C value IS 0.03

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A599AA (or 0xA599AA) is known color: East Side. HEX triplet: A5, 99 and AA. RGB value is (165,153,170). Sum of RGB (Red+Green+Blue) = 165+153+170=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #A599AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599AA is #5A6655. Grayscale: #9E9E9E. Windows color (decimal): -5924438 or 11180453. OLE color: 11180453.

HSL color Cylindrical-coordinate representation of color #A599AA: hue angle of 282.35º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A599AA is Cyan = 0.03, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 153 170 -
CMYK 0.03 0.1 0 0.33
HSL 282.35º 0.09% 0.63% -
HSV(B) 282.35º 0.1% 0.67% -
XYZ 34.16 33.68 42.73 -
YUV 158.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 165 153 170 0.03 0.1 0 0.33 282.35 0.09 0.63
Hex A5 99 AA 3 A 0 21 11A 9 3F
Octal 245 231 252 3 12 0 41 432 11 77
Binary 10100101 10011001 10101010 11 1010 0 100001 100011010 1001 111111

Color Harmonies of #A599AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599AA

Black with #A599AA

Text Example


Text Example

White with #A599AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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