Html Css Color HEX #A59DA2 Shady Lady

📋 copy color: '#A59DA2'

red 165 ◦ green 157 ◦ blue 162

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

Shades of Shady Lady #A59DA2

Tints of Shady Lady #A59DA2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

 BLUE value IS 162 (63.67% from 255) = 33.47%

R = 34.09%
G = 32.44%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A59DA2 (or 0xA59DA2) is known color: Shady Lady. HEX triplet: A5, 9D and A2. RGB value is (165,157,162). Sum of RGB (Red+Green+Blue) = 165+157+162=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 165 - color contains mainly: red. Hex color #A59DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DA2 is #5A625D. Grayscale: #9F9F9F. Windows color (decimal): -5923422 or 10657189. OLE color: 10657189.

HSL color Cylindrical-coordinate representation of color #A59DA2: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A59DA2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 157 162 -
CMYK 0 0.05 0.02 0.35
HSL 322.5º 0.04% 0.63% -
HSV(B) 322.5º 0.05% 0.65% -
XYZ 34.1 34.72 39.09 -
YUV 159.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 165 157 162 0 0.05 0.02 0.35 322.5 0.04 0.63
Hex A5 9D A2 0 5 2 23 142 4 3F
Octal 245 235 242 0 5 2 43 502 4 77
Binary 10100101 10011101 10100010 0 101 10 100011 101000010 100 111111

Color Harmonies of #A59DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DA2

Black with #A59DA2

Text Example


Text Example

White with #A59DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DA2; }

 p { color: rgb(165,157,162); }

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

background-color css

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

 a { background-color: rgb(165,157,162); }

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

border-color css

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

 span { border-color: rgb(165,157,162); }

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