Html Css Color HEX #A09476 Tallow

📋 copy color: '#A09476'

red 160 ◦ green 148 ◦ blue 118

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

Shades of Tallow #A09476

Tints of Tallow #A09476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

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

R = 37.56%
G = 34.74%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A09476 (or 0xA09476) is known color: Tallow. HEX triplet: A0, 94 and 76. RGB value is (160,148,118). Sum of RGB (Red+Green+Blue) = 160+148+118=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A09476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09476 is #5F6B89. Grayscale: #949494. Windows color (decimal): -6253450 or 7771296. OLE color: 7771296.

HSL color Cylindrical-coordinate representation of color #A09476: hue angle of 42.86º 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 #A09476 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 118 -
CMYK 0 0.07 0.26 0.37
HSL 42.86º 0.18% 0.55% -
HSV(B) 42.86º 0.26% 0.63% -
XYZ 28.36 29.96 21.43 -
YUV 148.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 160 148 118 0 0.07 0.26 0.37 42.86 0.18 0.55
Hex A0 94 76 0 7 1A 25 2B 12 37
Octal 240 224 166 0 7 32 45 53 22 67
Binary 10100000 10010100 1110110 0 111 11010 100101 101011 10010 110111

Color Harmonies of #A09476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09476

Black with #A09476

Text Example


Text Example

White with #A09476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09476; }

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

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

background-color css

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

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

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

border-color css

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

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

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