Html Css Color HEX #A29597 Shady Lady

📋 copy color: '#A29597'

red 162 ◦ green 149 ◦ blue 151

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

Shades of Shady Lady #A29597

Tints of Shady Lady #A29597

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 151 (59.38% from 255) = 32.68%

R = 35.06%
G = 32.25%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A29597 (or 0xA29597) is known color: Shady Lady. HEX triplet: A2, 95 and 97. RGB value is (162,149,151). Sum of RGB (Red+Green+Blue) = 162+149+151=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29597 is #5D6A68. Grayscale: #999999. Windows color (decimal): -6122089 or 9934242. OLE color: 9934242.

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

Color convert

RGB 162 149 151 -
CMYK 0 0.08 0.07 0.36
HSL 350.77º 0.07% 0.61% -
HSV(B) 350.77º 0.08% 0.64% -
XYZ 31.23 31.41 33.69 -
YUV 153.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 162 149 151 0 0.08 0.07 0.36 350.77 0.07 0.61
Hex A2 95 97 0 8 7 24 15F 7 3D
Octal 242 225 227 0 10 7 44 537 7 75
Binary 10100010 10010101 10010111 0 1000 111 100100 101011111 111 111101

Color Harmonies of #A29597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29597

Black with #A29597

Text Example


Text Example

White with #A29597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29597; }

 p { color: rgb(162,149,151); }

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

background-color css

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

 a { background-color: rgb(162,149,151); }

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

border-color css

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

 span { border-color: rgb(162,149,151); }

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