#A59052

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

Shades of Teak #A59052

Tints of Teak #A59052

Color information

#A59052 (or 0xA59052) is unknown color: approx Teak. HEX triplet: A5, 90 and 52. RGB value is (165,144,82). Sum of RGB (Red+Green+Blue) = 165+144+82=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A59052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59052 is #5A6FAD. Grayscale: #8F8F8F. Windows color (decimal): -5926830 or 5410981. OLE color: 5410981.

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

Color convert

RGB16514482-
CMYK00.130.500.35
HSL44.82º33.6%48.43%-
HSV(B)44.82º50.3%64.71%-
XYZ27.0128.5612.07-
YUV143.2193.46143.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=42.20%
G=36.83%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651448200.130.500.3544.8233.648.43
HexA590520D32232d2230
Octal2452201220156243554260
Binary1010010110010000101001001101110010100011101101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59052; }

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

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

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

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

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

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

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

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