Html Css Color HEX #A79D70 Tallow

📋 copy color: '#A79D70'

red 167 ◦ green 157 ◦ blue 112

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

Shades of Tallow #A79D70

Tints of Tallow #A79D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

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

R = 38.3%
G = 36.01%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A79D70 (or 0xA79D70) is known color: Tallow. HEX triplet: A7, 9D and 70. RGB value is (167,157,112). Sum of RGB (Red+Green+Blue) = 167+157+112=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79D70 is #58628F. Grayscale: #9B9B9B. Windows color (decimal): -5792400 or 7380391. OLE color: 7380391.

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

Color convert

RGB 167 157 112 -
CMYK 0 0.06 0.33 0.35
HSL 49.09º 0.24% 0.55% -
HSV(B) 49.09º 0.33% 0.65% -
XYZ 30.92 33.5 20.17 -
YUV 154.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 167 157 112 0 0.06 0.33 0.35 49.09 0.24 0.55
Hex A7 9D 70 0 6 21 23 31 18 37
Octal 247 235 160 0 6 41 43 61 30 67
Binary 10100111 10011101 1110000 0 110 100001 100011 110001 11000 110111

Color Harmonies of #A79D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79D70

Black with #A79D70

Text Example


Text Example

White with #A79D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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