Html Css Color HEX #A29399 Shady Lady

📋 copy color: '#A29399'

red 162 ◦ green 147 ◦ blue 153

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

Shades of Shady Lady #A29399

Tints of Shady Lady #A29399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.82%

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

R = 35.06%
G = 31.82%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A29399 (or 0xA29399) is known color: Shady Lady. HEX triplet: A2, 93 and 99. RGB value is (162,147,153). Sum of RGB (Red+Green+Blue) = 162+147+153=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29399 is #5D6C66. Grayscale: #989898. Windows color (decimal): -6122599 or 10064802. OLE color: 10064802.

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

Color convert

RGB 162 147 153 -
CMYK 0 0.09 0.06 0.36
HSL 336º 0.07% 0.61% -
HSV(B) 336º 0.09% 0.64% -
XYZ 31.08 30.85 34.45 -
YUV 152.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 162 147 153 0 0.09 0.06 0.36 336 0.07 0.61
Hex A2 93 99 0 9 6 24 150 7 3D
Octal 242 223 231 0 11 6 44 520 7 75
Binary 10100010 10010011 10011001 0 1001 110 100100 101010000 111 111101

Color Harmonies of #A29399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29399

Black with #A29399

Text Example


Text Example

White with #A29399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29399; }

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

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

background-color css

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

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

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

border-color css

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

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

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