#A28656

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

Shades of Teak #A28656

Tints of Teak #A28656

Color information

#A28656 (or 0xA28656) is unknown color: approx Teak. HEX triplet: A2, 86 and 56. RGB value is (162,134,86). Sum of RGB (Red+Green+Blue) = 162+134+86=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A28656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28656 is #5D79A9. Grayscale: #898989. Windows color (decimal): -6125994 or 5670562. OLE color: 5670562.

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

Color convert

RGB16213486-
CMYK00.170.470.36
HSL37.89º30.65%48.63%-
HSV(B)37.89º46.91%63.53%-
XYZ25.1125.412.38-
YUV136.999.28145.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=42.41%
G=35.08%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621348600.170.470.3637.8930.6548.63
HexA286560112F24261f31
Octal2422061260215744463761
Binary1010001010000110101011001000110111110010010011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28656; }

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

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

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

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

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

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

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

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