Html Css Color HEX #A09570 Tallow

📋 copy color: '#A09570'

red 160 ◦ green 149 ◦ blue 112

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

Shades of Tallow #A09570

Tints of Tallow #A09570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 38%
G = 35.39%
B = 26.6%

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

#A09570 (or 0xA09570) is known color: Tallow. HEX triplet: A0, 95 and 70. RGB value is (160,149,112). Sum of RGB (Red+Green+Blue) = 160+149+112=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A09570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09570 is #5F6A8F. Grayscale: #949494. Windows color (decimal): -6253200 or 7378336. OLE color: 7378336.

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

Color convert

RGB 160 149 112 -
CMYK 0 0.07 0.30 0.37
HSL 46.25º 0.2% 0.53% -
HSV(B) 46.25º 0.3% 0.63% -
XYZ 28.17 30.14 19.66 -
YUV 148.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 160 149 112 0 0.07 0.30 0.37 46.25 0.2 0.53
Hex A0 95 70 0 7 1E 25 2E 14 35
Octal 240 225 160 0 7 36 45 56 24 65
Binary 10100000 10010101 1110000 0 111 11110 100101 101110 10100 110101

Color Harmonies of #A09570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09570

Black with #A09570

Text Example


Text Example

White with #A09570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09570; }

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

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

background-color css

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

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

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

border-color css

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

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

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