#A5A070

Color #A5A070 Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #A5A070

Tints of Tallow #A5A070

Color information

#A5A070 (or 0xA5A070) is unknown color: approx Tallow. HEX triplet: A5, A0 and 70. RGB value is (165,160,112). Sum of RGB (Red+Green+Blue) = 165+160+112=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A070 is #5A5F8F. Grayscale: #9C9C9C. Windows color (decimal): -5922704 or 7381157. OLE color: 7381157.

HSL color Cylindrical-coordinate representation of color #A5A070: hue angle of 54.34º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5A070 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165160112-
CMYK00.030.320.35
HSL54.34º22.75%54.31%-
HSV(B)54.34º32.12%64.71%-
XYZ31.0134.3120.32-
YUV156.02103.16134.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=37.76%
G=36.61%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516011200.030.320.3554.3422.7554.31
HexA5A070032023361736
Octal245240160034043662766
Binary1010010110100000111000001110000010001111011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A070; }

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

 H1.HeaderClassName
 {
   color: #A5A070;
 }
 .AnyTagClassName
 {
   color: #A5A070;
 }
</style>
background-color css

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

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

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

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

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

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