#A28956

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

Shades of Teak #A28956

Tints of Teak #A28956

Color information

#A28956 (or 0xA28956) is unknown color: approx Teak. HEX triplet: A2, 89 and 56. RGB value is (162,137,86). Sum of RGB (Red+Green+Blue) = 162+137+86=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A28956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28956 is #5D76A9. Grayscale: #8A8A8A. Windows color (decimal): -6125226 or 5671330. OLE color: 5671330.

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

Color convert

RGB16213786-
CMYK00.150.470.36
HSL40.26º30.65%48.63%-
HSV(B)40.26º46.91%63.53%-
XYZ25.5326.2412.52-
YUV138.6698.28144.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=42.08%
G=35.58%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621378600.150.470.3640.2630.6548.63
HexA289560F2F24281f31
Octal2422111260175744503761
Binary101000101000100110101100111110111110010010100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28956; }

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

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

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

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

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

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

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

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