#A5987B

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

Shades of Tallow #A5987B

Tints of Tallow #A5987B

Color information

#A5987B (or 0xA5987B) is unknown color: approx Tallow. HEX triplet: A5, 98 and 7B. RGB value is (165,152,123). Sum of RGB (Red+Green+Blue) = 165+152+123=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5987B is #5A6784. Grayscale: #989898. Windows color (decimal): -5924741 or 8100005. OLE color: 8100005.

HSL color Cylindrical-coordinate representation of color #A5987B: hue angle of 41.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5987B is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB165152123-
CMYK00.080.250.35
HSL41.43º18.92%56.47%-
HSV(B)41.43º25.45%64.71%-
XYZ30.3231.8923.3-
YUV152.58111.31136.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=37.5%
G=34.55%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515212300.080.250.3541.4318.9256.47
HexA5987B081923291338
Octal2452301730103143512370
Binary10100101100110001111011010001100110001110100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5987B; }

 p { color: rgb(165,152,123); }

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

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

 a { background-color: rgb(165,152,123); }

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

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

 span { border-color: rgb(165,152,123); }

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