#A28851

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

Shades of Teak #A28851

Tints of Teak #A28851

Color information

#A28851 (or 0xA28851) is unknown color: approx Teak. HEX triplet: A2, 88 and 51. RGB value is (162,136,81). Sum of RGB (Red+Green+Blue) = 162+136+81=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A28851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28851 is #5D77AE. Grayscale: #898989. Windows color (decimal): -6125487 or 5343394. OLE color: 5343394.

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

Color convert

RGB16213681-
CMYK00.160.500.36
HSL40.74º33.33%47.65%-
HSV(B)40.74º50%63.53%-
XYZ25.1925.8811.45-
YUV137.596.11145.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=42.74%
G=35.88%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621368100.160.500.3640.7433.3347.65
HexA288510103224292130
Octal2422101210206244514160
Binary10100010100010001010001010000110010100100101001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28851; }

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

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

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

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

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

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

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

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