#A28856

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

Shades of Teak #A28856

Tints of Teak #A28856

Color information

#A28856 (or 0xA28856) is unknown color: approx Teak. HEX triplet: A2, 88 and 56. RGB value is (162,136,86). Sum of RGB (Red+Green+Blue) = 162+136+86=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A28856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28856 is #5D77A9. Grayscale: #8A8A8A. Windows color (decimal): -6125482 or 5671074. OLE color: 5671074.

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

Color convert

RGB16213686-
CMYK00.160.470.36
HSL39.47º30.65%48.63%-
HSV(B)39.47º46.91%63.53%-
XYZ25.3825.9612.48-
YUV138.0798.61145.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=42.19%
G=35.42%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621368600.160.470.3639.4730.6548.63
HexA288560102F24271f31
Octal2422101260205744473761
Binary1010001010001000101011001000010111110010010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28856; }

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

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

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

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

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

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

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

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