#A28C59

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

Shades of Teak #A28C59

Tints of Teak #A28C59

Color information

#A28C59 (or 0xA28C59) is unknown color: approx Teak. HEX triplet: A2, 8C and 59. RGB value is (162,140,89). Sum of RGB (Red+Green+Blue) = 162+140+89=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C59 is #5D73A6. Grayscale: #8C8C8C. Windows color (decimal): -6124455 or 5868706. OLE color: 5868706.

HSL color Cylindrical-coordinate representation of color #A28C59: hue angle of 41.92º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A28C59 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16214089-
CMYK00.140.450.36
HSL41.92º29.08%49.22%-
HSV(B)41.92º45.06%63.53%-
XYZ26.0827.1613.32-
YUV140.7698.79143.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=41.43%
G=35.81%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621408900.140.450.3641.9229.0849.22
HexA28C590E2D242a1d31
Octal2422141310165544523561
Binary101000101000110010110010111010110110010010101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C59; }

 p { color: rgb(162,140,89); }

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

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

 a { background-color: rgb(162,140,89); }

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

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

 span { border-color: rgb(162,140,89); }

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