Html Css Color HEX #A29C9F Shady Lady

📋 copy color: '#A29C9F'

red 162 ◦ green 156 ◦ blue 159

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

Shades of Shady Lady #A29C9F

Tints of Shady Lady #A29C9F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.7%

 BLUE value IS 159 (62.5% from 255) = 33.33%

R = 33.96%
G = 32.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A29C9F (or 0xA29C9F) is known color: Shady Lady. HEX triplet: A2, 9C and 9F. RGB value is (162,156,159). Sum of RGB (Red+Green+Blue) = 162+156+159=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C9F is #5D6360. Grayscale: #9E9E9E. Windows color (decimal): -6120289 or 10460322. OLE color: 10460322.

HSL color Cylindrical-coordinate representation of color #A29C9F: hue angle of 330º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A29C9F is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 156 159 -
CMYK 0 0.04 0.02 0.36
HSL 330º 0.03% 0.62% -
HSV(B) 330º 0.04% 0.64% -
XYZ 33.05 33.96 37.61 -
YUV 158.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 162 156 159 0 0.04 0.02 0.36 330 0.03 0.62
Hex A2 9C 9F 0 4 2 24 14A 3 3E
Octal 242 234 237 0 4 2 44 512 3 76
Binary 10100010 10011100 10011111 0 100 10 100100 101001010 11 111110

Color Harmonies of #A29C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29C9F

Black with #A29C9F

Text Example


Text Example

White with #A29C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29C9F; }

 p { color: rgb(162,156,159); }

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

background-color css

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

 a { background-color: rgb(162,156,159); }

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

border-color css

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

 span { border-color: rgb(162,156,159); }

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