#A58852

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

Shades of Teak #A58852

Tints of Teak #A58852

Color information

#A58852 (or 0xA58852) is unknown color: approx Teak. HEX triplet: A5, 88 and 52. RGB value is (165,136,82). Sum of RGB (Red+Green+Blue) = 165+136+82=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A58852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58852 is #5A77AD. Grayscale: #8A8A8A. Windows color (decimal): -5928878 or 5408933. OLE color: 5408933.

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

Color convert

RGB16513682-
CMYK00.180.500.35
HSL39.04º33.6%48.43%-
HSV(B)39.04º50.3%64.71%-
XYZ25.8426.2211.68-
YUV138.5296.11146.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=43.08%
G=35.51%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651368200.180.500.3539.0433.648.43
HexA588520123223272230
Octal2452101220226243474260
Binary10100101100010001010010010010110010100011100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58852; }

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

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

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

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

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

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

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

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