#A5A06C

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

Shades of Tallow #A5A06C

Tints of Tallow #A5A06C

Color information

#A5A06C (or 0xA5A06C) is unknown color: approx Tallow. HEX triplet: A5, A0 and 6C. RGB value is (165,160,108). Sum of RGB (Red+Green+Blue) = 165+160+108=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A06C is #5A5F93. Grayscale: #9B9B9B. Windows color (decimal): -5922708 or 7119013. OLE color: 7119013.

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

Color convert

RGB165160108-
CMYK00.030.350.35
HSL54.74º24.05%53.53%-
HSV(B)54.74º34.55%64.71%-
XYZ30.7934.2219.17-
YUV155.57101.16134.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=38.11%
G=36.95%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516010800.030.350.3554.7424.0553.53
HexA5A06C032323371836
Octal245240154034343673066
Binary1010010110100000110110001110001110001111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A06C; }

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

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

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

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

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

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

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

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