#A5966B

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

Shades of Tallow #A5966B

Tints of Tallow #A5966B

Color information

#A5966B (or 0xA5966B) is unknown color: approx Tallow. HEX triplet: A5, 96 and 6B. RGB value is (165,150,107). Sum of RGB (Red+Green+Blue) = 165+150+107=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5966B is #5A6994. Grayscale: #959595. Windows color (decimal): -5925269 or 7050917. OLE color: 7050917.

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

Color convert

RGB165150107-
CMYK00.090.350.35
HSL44.48º24.37%53.33%-
HSV(B)44.48º35.15%64.71%-
XYZ29.0830.8718.34-
YUV149.58103.97139-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=39.10%
G=35.55%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515010700.090.350.3544.4824.3753.33
HexA5966B0923232c1835
Octal2452261530114343543065
Binary101001011001011011010110100110001110001110110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5966B; }

 p { color: rgb(165,150,107); }

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

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

 a { background-color: rgb(165,150,107); }

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

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

 span { border-color: rgb(165,150,107); }

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