#A58851

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

Shades of Teak #A58851

Tints of Teak #A58851

Color information

#A58851 (or 0xA58851) is unknown color: approx Teak. HEX triplet: A5, 88 and 51. RGB value is (165,136,81). Sum of RGB (Red+Green+Blue) = 165+136+81=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A58851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58851 is #5A77AE. Grayscale: #8A8A8A. Windows color (decimal): -5928879 or 5343397. OLE color: 5343397.

HSL color Cylindrical-coordinate representation of color #A58851: hue angle of 39.29º 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 #A58851 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16513681-
CMYK00.180.510.35
HSL39.29º34.15%48.24%-
HSV(B)39.29º50.91%64.71%-
XYZ25.8126.211.48-
YUV138.495.61146.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=43.19%
G=35.60%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651368100.180.510.3539.2934.1548.24
HexA588510123323272230
Octal2452101210226343474260
Binary10100101100010001010001010010110011100011100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58851; }

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

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

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

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

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

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

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

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