Html Css Color HEX #A79096 Shady Lady

📋 copy color: '#A79096'

red 167 ◦ green 144 ◦ blue 150

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

Shades of Shady Lady #A79096

Tints of Shady Lady #A79096

RGB

 RED value IS 167 (65.63% from 255) = 36.23%

 GREEN value IS 144 (56.64% from 255) = 31.24%

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

R = 36.23%
G = 31.24%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A79096 (or 0xA79096) is known color: Shady Lady. HEX triplet: A7, 90 and 96. RGB value is (167,144,150). Sum of RGB (Red+Green+Blue) = 167+144+150=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 167 - color contains mainly: red. Hex color #A79096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79096 is #586F69. Grayscale: #979797. Windows color (decimal): -5795690 or 9867431. OLE color: 9867431.

HSL color Cylindrical-coordinate representation of color #A79096: hue angle of 344.35º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A79096 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 144 150 -
CMYK 0 0.14 0.10 0.35
HSL 344.35º 0.12% 0.61% -
HSV(B) 344.35º 0.14% 0.65% -
XYZ 31.41 30.36 33.06 -
YUV 151.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 167 144 150 0 0.14 0.10 0.35 344.35 0.12 0.61
Hex A7 90 96 0 E A 23 158 C 3D
Octal 247 220 226 0 16 12 43 530 14 75
Binary 10100111 10010000 10010110 0 1110 1010 100011 101011000 1100 111101

Color Harmonies of #A79096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79096

Black with #A79096

Text Example


Text Example

White with #A79096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79096; }

 p { color: rgb(167,144,150); }

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

background-color css

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

 a { background-color: rgb(167,144,150); }

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

border-color css

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

 span { border-color: rgb(167,144,150); }

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