Html Css Color HEX #A29199 Shady Lady

📋 copy color: '#A29199'

red 162 ◦ green 145 ◦ blue 153

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

Shades of Shady Lady #A29199

Tints of Shady Lady #A29199

RGB

 RED value IS 162 (63.67% from 255) = 35.22%

 GREEN value IS 145 (57.03% from 255) = 31.52%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 35.22%
G = 31.52%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A29199 (or 0xA29199) is known color: Shady Lady. HEX triplet: A2, 91 and 99. RGB value is (162,145,153). Sum of RGB (Red+Green+Blue) = 162+145+153=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29199 is #5D6E66. Grayscale: #969696. Windows color (decimal): -6123111 or 10064290. OLE color: 10064290.

HSL color Cylindrical-coordinate representation of color #A29199: hue angle of 331.76º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29199 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 145 153 -
CMYK 0 0.10 0.06 0.36
HSL 331.76º 0.08% 0.6% -
HSV(B) 331.76º 0.1% 0.64% -
XYZ 30.78 30.23 34.35 -
YUV 151 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 162 145 153 0 0.10 0.06 0.36 331.76 0.08 0.6
Hex A2 91 99 0 A 6 24 14C 8 3C
Octal 242 221 231 0 12 6 44 514 10 74
Binary 10100010 10010001 10011001 0 1010 110 100100 101001100 1000 111100

Color Harmonies of #A29199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29199

Black with #A29199

Text Example


Text Example

White with #A29199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29199; }

 p { color: rgb(162,145,153); }

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

background-color css

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

 a { background-color: rgb(162,145,153); }

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

border-color css

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

 span { border-color: rgb(162,145,153); }

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