#A5915F

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

Shades of Teak #A5915F

Tints of Teak #A5915F

Color information

#A5915F (or 0xA5915F) is unknown color: approx Teak. HEX triplet: A5, 91 and 5F. RGB value is (165,145,95). Sum of RGB (Red+Green+Blue) = 165+145+95=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5915F is #5A6EA0. Grayscale: #919191. Windows color (decimal): -5926561 or 6263205. OLE color: 6263205.

HSL color Cylindrical-coordinate representation of color #A5915F: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5915F is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16514595-
CMYK00.120.420.35
HSL42.86º28%50.98%-
HSV(B)42.86º42.42%64.71%-
XYZ27.7129.0814.98-
YUV145.2899.63142.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=40.74%
G=35.80%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651459500.120.420.3542.862850.98
HexA5915F0C2A232b1c33
Octal2452211370145243533463
Binary101001011001000110111110110010101010001110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5915F; }

 p { color: rgb(165,145,95); }

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

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

 a { background-color: rgb(165,145,95); }

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

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

 span { border-color: rgb(165,145,95); }

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