Html Css Color HEX #A09770 Tallow

📋 copy color: '#A09770'

red 160 ◦ green 151 ◦ blue 112

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

Shades of Tallow #A09770

Tints of Tallow #A09770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.7%

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

R = 37.83%
G = 35.7%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A09770 (or 0xA09770) is known color: Tallow. HEX triplet: A0, 97 and 70. RGB value is (160,151,112). Sum of RGB (Red+Green+Blue) = 160+151+112=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A09770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09770 is #5F688F. Grayscale: #959595. Windows color (decimal): -6252688 or 7378848. OLE color: 7378848.

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

Color convert

RGB 160 151 112 -
CMYK 0 0.06 0.30 0.37
HSL 48.75º 0.2% 0.53% -
HSV(B) 48.75º 0.3% 0.63% -
XYZ 28.49 30.78 19.77 -
YUV 149.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 160 151 112 0 0.06 0.30 0.37 48.75 0.2 0.53
Hex A0 97 70 0 6 1E 25 31 14 35
Octal 240 227 160 0 6 36 45 61 24 65
Binary 10100000 10010111 1110000 0 110 11110 100101 110001 10100 110101

Color Harmonies of #A09770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09770

Black with #A09770

Text Example


Text Example

White with #A09770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09770; }

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

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

background-color css

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

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

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

border-color css

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

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

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