#A28859

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

Shades of Teak #A28859

Tints of Teak #A28859

Color information

#A28859 (or 0xA28859) is unknown color: approx Teak. HEX triplet: A2, 88 and 59. RGB value is (162,136,89). Sum of RGB (Red+Green+Blue) = 162+136+89=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A28859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28859 is #5D77A6. Grayscale: #8A8A8A. Windows color (decimal): -6125479 or 5867682. OLE color: 5867682.

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

Color convert

RGB16213689-
CMYK00.160.450.36
HSL38.63º29.08%49.22%-
HSV(B)38.63º45.06%63.53%-
XYZ25.5126.0113.13-
YUV138.42100.11144.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=41.86%
G=35.14%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621368900.160.450.3638.6329.0849.22
HexA288590102D24271d31
Octal2422101310205544473561
Binary1010001010001000101100101000010110110010010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28859; }

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

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

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

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

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

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

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

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