Html Css Color HEX #A09670 Tallow

📋 copy color: '#A09670'

red 160 ◦ green 150 ◦ blue 112

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

Shades of Tallow #A09670

Tints of Tallow #A09670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

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

R = 37.91%
G = 35.55%
B = 26.54%

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

#A09670 (or 0xA09670) is known color: Tallow. HEX triplet: A0, 96 and 70. RGB value is (160,150,112). Sum of RGB (Red+Green+Blue) = 160+150+112=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A09670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09670 is #5F698F. Grayscale: #949494. Windows color (decimal): -6252944 or 7378592. OLE color: 7378592.

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

Color convert

RGB 160 150 112 -
CMYK 0 0.06 0.30 0.37
HSL 47.5º 0.2% 0.53% -
HSV(B) 47.5º 0.3% 0.63% -
XYZ 28.33 30.46 19.71 -
YUV 148.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 160 150 112 0 0.06 0.30 0.37 47.5 0.2 0.53
Hex A0 96 70 0 6 1E 25 30 14 35
Octal 240 226 160 0 6 36 45 60 24 65
Binary 10100000 10010110 1110000 0 110 11110 100101 110000 10100 110101

Color Harmonies of #A09670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09670

Black with #A09670

Text Example


Text Example

White with #A09670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09670; }

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

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

background-color css

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

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

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

border-color css

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

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

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