Html Css Color HEX #A29395 Shady Lady

📋 copy color: '#A29395'

red 162 ◦ green 147 ◦ blue 149

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

Shades of Shady Lady #A29395

Tints of Shady Lady #A29395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.53%

R = 35.37%
G = 32.1%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A29395 (or 0xA29395) is known color: Shady Lady. HEX triplet: A2, 93 and 95. RGB value is (162,147,149). Sum of RGB (Red+Green+Blue) = 162+147+149=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29395 is #5D6C6A. Grayscale: #979797. Windows color (decimal): -6122603 or 9802658. OLE color: 9802658.

HSL color Cylindrical-coordinate representation of color #A29395: hue angle of 352º 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 #A29395 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 147 149 -
CMYK 0 0.09 0.08 0.36
HSL 352º 0.07% 0.61% -
HSV(B) 352º 0.09% 0.64% -
XYZ 30.76 30.72 32.74 -
YUV 151.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 162 147 149 0 0.09 0.08 0.36 352 0.07 0.61
Hex A2 93 95 0 9 8 24 160 7 3D
Octal 242 223 225 0 11 10 44 540 7 75
Binary 10100010 10010011 10010101 0 1001 1000 100100 101100000 111 111101

Color Harmonies of #A29395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29395

Black with #A29395

Text Example


Text Example

White with #A29395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29395; }

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

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

background-color css

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

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

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

border-color css

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

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

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