Html Css Color HEX #A09470 Tallow

📋 copy color: '#A09470'

red 160 ◦ green 148 ◦ blue 112

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

Shades of Tallow #A09470

Tints of Tallow #A09470

RGB

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

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

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

R = 38.1%
G = 35.24%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A09470 (or 0xA09470) is known color: Tallow. HEX triplet: A0, 94 and 70. RGB value is (160,148,112). Sum of RGB (Red+Green+Blue) = 160+148+112=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A09470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09470 is #5F6B8F. Grayscale: #939393. Windows color (decimal): -6253456 or 7378080. OLE color: 7378080.

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

Color convert

RGB 160 148 112 -
CMYK 0 0.07 0.30 0.37
HSL 45º 0.2% 0.53% -
HSV(B) 45º 0.3% 0.63% -
XYZ 28.01 29.82 19.61 -
YUV 147.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 160 148 112 0 0.07 0.30 0.37 45 0.2 0.53
Hex A0 94 70 0 7 1E 25 2D 14 35
Octal 240 224 160 0 7 36 45 55 24 65
Binary 10100000 10010100 1110000 0 111 11110 100101 101101 10100 110101

Color Harmonies of #A09470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09470

Black with #A09470

Text Example


Text Example

White with #A09470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09470; }

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

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

background-color css

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

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

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

border-color css

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

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

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