#A5A06D

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

Shades of Tallow #A5A06D

Tints of Tallow #A5A06D

Color information

#A5A06D (or 0xA5A06D) is unknown color: approx Tallow. HEX triplet: A5, A0 and 6D. RGB value is (165,160,109). Sum of RGB (Red+Green+Blue) = 165+160+109=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A06D is #5A5F92. Grayscale: #9B9B9B. Windows color (decimal): -5922707 or 7184549. OLE color: 7184549.

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

Color convert

RGB165160109-
CMYK00.030.340.35
HSL54.64º23.73%53.73%-
HSV(B)54.64º33.94%64.71%-
XYZ30.8534.2519.45-
YUV155.68101.66134.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=38.02%
G=36.87%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516010900.030.340.3554.6423.7353.73
HexA5A06D032223371836
Octal245240155034243673066
Binary1010010110100000110110101110001010001111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A06D; }

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

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

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

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

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

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

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

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