#A5894F

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

Shades of Teak #A5894F

Tints of Teak #A5894F

Color information

#A5894F (or 0xA5894F) is unknown color: approx Teak. HEX triplet: A5, 89 and 4F. RGB value is (165,137,79). Sum of RGB (Red+Green+Blue) = 165+137+79=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A5894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5894F is #5A76B0. Grayscale: #8B8B8B. Windows color (decimal): -5928625 or 5212581. OLE color: 5212581.

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

Color convert

RGB16513779-
CMYK00.170.520.35
HSL40.47º35.25%47.84%-
HSV(B)40.47º52.12%64.71%-
XYZ25.8726.4611.14-
YUV138.7694.28146.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=43.31%
G=35.96%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651377900.170.520.3540.4735.2547.84
HexA5894F0113423282330
Octal2452111170216443504360
Binary10100101100010011001111010001110100100011101000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5894F; }

 p { color: rgb(165,137,79); }

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

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

 a { background-color: rgb(165,137,79); }

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

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

 span { border-color: rgb(165,137,79); }

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