#A28F59

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

Shades of Teak #A28F59

Tints of Teak #A28F59

Color information

#A28F59 (or 0xA28F59) is unknown color: approx Teak. HEX triplet: A2, 8F and 59. RGB value is (162,143,89). Sum of RGB (Red+Green+Blue) = 162+143+89=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F59 is #5D70A6. Grayscale: #8E8E8E. Windows color (decimal): -6123687 or 5869474. OLE color: 5869474.

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

Color convert

RGB16214389-
CMYK00.120.450.36
HSL44.38º29.08%49.22%-
HSV(B)44.38º45.06%63.53%-
XYZ26.5328.0513.47-
YUV142.5297.79141.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=41.12%
G=36.29%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621438900.120.450.3644.3829.0849.22
HexA28F590C2D242c1d31
Octal2422171310145544543561
Binary101000101000111110110010110010110110010010110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F59; }

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

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

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

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

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

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

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

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