Html Css Color HEX #A79570 Tallow

📋 copy color: '#A79570'

red 167 ◦ green 149 ◦ blue 112

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

Shades of Tallow #A79570

Tints of Tallow #A79570

RGB

 RED value IS 167 (65.63% from 255) = 39.02%

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

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

R = 39.02%
G = 34.81%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A79570 (or 0xA79570) is known color: Tallow. HEX triplet: A7, 95 and 70. RGB value is (167,149,112). Sum of RGB (Red+Green+Blue) = 167+149+112=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A79570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79570 is #586A8F. Grayscale: #969696. Windows color (decimal): -5794448 or 7378343. OLE color: 7378343.

HSL color Cylindrical-coordinate representation of color #A79570: hue angle of 40.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A79570 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 149 112 -
CMYK 0 0.11 0.33 0.35
HSL 40.36º 0.24% 0.55% -
HSV(B) 40.36º 0.33% 0.65% -
XYZ 29.61 30.88 19.73 -
YUV 150.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 167 149 112 0 0.11 0.33 0.35 40.36 0.24 0.55
Hex A7 95 70 0 B 21 23 28 18 37
Octal 247 225 160 0 13 41 43 50 30 67
Binary 10100111 10010101 1110000 0 1011 100001 100011 101000 11000 110111

Color Harmonies of #A79570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79570

Black with #A79570

Text Example


Text Example

White with #A79570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79570; }

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

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

background-color css

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

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

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

border-color css

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

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

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