#A28E55

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

Shades of Teak #A28E55

Tints of Teak #A28E55

Color information

#A28E55 (or 0xA28E55) is unknown color: approx Teak. HEX triplet: A2, 8E and 55. RGB value is (162,142,85). Sum of RGB (Red+Green+Blue) = 162+142+85=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E55 is #5D71AA. Grayscale: #8D8D8D. Windows color (decimal): -6123947 or 5607074. OLE color: 5607074.

HSL color Cylindrical-coordinate representation of color #A28E55: hue angle of 44.42º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A28E55 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16214285-
CMYK00.120.480.36
HSL44.42º31.17%48.43%-
HSV(B)44.42º47.53%63.53%-
XYZ26.2127.6812.56-
YUV141.4896.13142.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=41.65%
G=36.50%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621428500.120.480.3644.4231.1748.43
HexA28E550C30242c1f30
Octal2422161250146044543760
Binary101000101000111010101010110011000010010010110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E55; }

 p { color: rgb(162,142,85); }

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

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

 a { background-color: rgb(162,142,85); }

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

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

 span { border-color: rgb(162,142,85); }

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