#A28959

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

Shades of Teak #A28959

Tints of Teak #A28959

Color information

#A28959 (or 0xA28959) is unknown color: approx Teak. HEX triplet: A2, 89 and 59. RGB value is (162,137,89). Sum of RGB (Red+Green+Blue) = 162+137+89=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A28959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28959 is #5D76A6. Grayscale: #8B8B8B. Windows color (decimal): -6125223 or 5867938. OLE color: 5867938.

HSL color Cylindrical-coordinate representation of color #A28959: hue angle of 39.45º 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 #A28959 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16213789-
CMYK00.150.450.36
HSL39.45º29.08%49.22%-
HSV(B)39.45º45.06%63.53%-
XYZ25.6526.2913.17-
YUV13999.78144.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=41.75%
G=35.31%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621378900.150.450.3639.4529.0849.22
HexA289590F2D24271d31
Octal2422111310175544473561
Binary101000101000100110110010111110110110010010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28959; }

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

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

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

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

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

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

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

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