Html Css Color HEX #A7A070 Tallow

📋 copy color: '#A7A070'

red 167 ◦ green 160 ◦ blue 112

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

Shades of Tallow #A7A070

Tints of Tallow #A7A070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.45%

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

R = 38.04%
G = 36.45%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A7A070 (or 0xA7A070) is known color: Tallow. HEX triplet: A7, A0 and 70. RGB value is (167,160,112). Sum of RGB (Red+Green+Blue) = 167+160+112=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A070 is #585F8F. Grayscale: #9C9C9C. Windows color (decimal): -5791632 or 7381159. OLE color: 7381159.

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

Color convert

RGB 167 160 112 -
CMYK 0 0.04 0.33 0.35
HSL 52.36º 0.24% 0.55% -
HSV(B) 52.36º 0.33% 0.65% -
XYZ 31.43 34.53 20.34 -
YUV 156.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 167 160 112 0 0.04 0.33 0.35 52.36 0.24 0.55
Hex A7 A0 70 0 4 21 23 34 18 37
Octal 247 240 160 0 4 41 43 64 30 67
Binary 10100111 10100000 1110000 0 100 100001 100011 110100 11000 110111

Color Harmonies of #A7A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A070

Black with #A7A070

Text Example


Text Example

White with #A7A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A070; }

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

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

background-color css

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

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

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

border-color css

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

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

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