Html Css Color HEX #A09396 Shady Lady

📋 copy color: '#A09396'

red 160 ◦ green 147 ◦ blue 150

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

Shades of Shady Lady #A09396

Tints of Shady Lady #A09396

RGB

 RED value IS 160 (62.89% from 255) = 35.01%

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

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 35.01%
G = 32.17%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A09396 (or 0xA09396) is known color: Shady Lady. HEX triplet: A0, 93 and 96. RGB value is (160,147,150). Sum of RGB (Red+Green+Blue) = 160+147+150=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A09396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09396 is #5F6C69. Grayscale: #979797. Windows color (decimal): -6253674 or 9868192. OLE color: 9868192.

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

Color convert

RGB 160 147 150 -
CMYK 0 0.08 0.06 0.37
HSL 346.15º 0.06% 0.6% -
HSV(B) 346.15º 0.08% 0.63% -
XYZ 30.44 30.54 33.15 -
YUV 151.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 160 147 150 0 0.08 0.06 0.37 346.15 0.06 0.6
Hex A0 93 96 0 8 6 25 15A 6 3C
Octal 240 223 226 0 10 6 45 532 6 74
Binary 10100000 10010011 10010110 0 1000 110 100101 101011010 110 111100

Color Harmonies of #A09396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09396

Black with #A09396

Text Example


Text Example

White with #A09396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09396; }

 p { color: rgb(160,147,150); }

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

background-color css

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

 a { background-color: rgb(160,147,150); }

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

border-color css

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

 span { border-color: rgb(160,147,150); }

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