#A58951

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

Shades of Teak #A58951

Tints of Teak #A58951

Color information

#A58951 (or 0xA58951) is unknown color: approx Teak. HEX triplet: A5, 89 and 51. RGB value is (165,137,81). Sum of RGB (Red+Green+Blue) = 165+137+81=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A58951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58951 is #5A76AE. Grayscale: #8B8B8B. Windows color (decimal): -5928623 or 5343653. OLE color: 5343653.

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

Color convert

RGB16513781-
CMYK00.170.510.35
HSL40º34.15%48.24%-
HSV(B)40º50.91%64.71%-
XYZ25.9526.4811.53-
YUV138.9995.28146.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=43.08%
G=35.77%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651378100.170.510.354034.1548.24
HexA589510113323282230
Octal2452111210216343504260
Binary10100101100010011010001010001110011100011101000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58951; }

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

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

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

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

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

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

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

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