Html Css Color HEX #A09976 Tallow

📋 copy color: '#A09976'

red 160 ◦ green 153 ◦ blue 118

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

Shades of Tallow #A09976

Tints of Tallow #A09976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.5%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 37.12%
G = 35.5%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A09976 (or 0xA09976) is known color: Tallow. HEX triplet: A0, 99 and 76. RGB value is (160,153,118). Sum of RGB (Red+Green+Blue) = 160+153+118=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A09976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09976 is #5F6689. Grayscale: #979797. Windows color (decimal): -6252170 or 7772576. OLE color: 7772576.

HSL color Cylindrical-coordinate representation of color #A09976: hue angle of 50º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A09976 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 118 -
CMYK 0 0.04 0.26 0.37
HSL 50º 0.18% 0.55% -
HSV(B) 50º 0.26% 0.63% -
XYZ 29.16 31.56 21.7 -
YUV 151.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 160 153 118 0 0.04 0.26 0.37 50 0.18 0.55
Hex A0 99 76 0 4 1A 25 32 12 37
Octal 240 231 166 0 4 32 45 62 22 67
Binary 10100000 10011001 1110110 0 100 11010 100101 110010 10010 110111

Color Harmonies of #A09976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09976

Black with #A09976

Text Example


Text Example

White with #A09976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09976; }

 p { color: rgb(160,153,118); }

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

background-color css

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

 a { background-color: rgb(160,153,118); }

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

border-color css

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

 span { border-color: rgb(160,153,118); }

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