Html Css Color HEX #A09370 Tallow

📋 copy color: '#A09370'

red 160 ◦ green 147 ◦ blue 112

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

Shades of Tallow #A09370

Tints of Tallow #A09370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 38.19%
G = 35.08%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A09370 (or 0xA09370) is known color: Tallow. HEX triplet: A0, 93 and 70. RGB value is (160,147,112). Sum of RGB (Red+Green+Blue) = 160+147+112=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A09370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09370 is #5F6C8F. Grayscale: #939393. Windows color (decimal): -6253712 or 7377824. OLE color: 7377824.

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

Color convert

RGB 160 147 112 -
CMYK 0 0.08 0.30 0.37
HSL 43.75º 0.2% 0.53% -
HSV(B) 43.75º 0.3% 0.63% -
XYZ 27.86 29.51 19.56 -
YUV 146.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 160 147 112 0 0.08 0.30 0.37 43.75 0.2 0.53
Hex A0 93 70 0 8 1E 25 2C 14 35
Octal 240 223 160 0 10 36 45 54 24 65
Binary 10100000 10010011 1110000 0 1000 11110 100101 101100 10100 110101

Color Harmonies of #A09370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09370

Black with #A09370

Text Example


Text Example

White with #A09370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09370; }

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

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

background-color css

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

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

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

border-color css

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

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

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