#A28F50

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

Shades of Teak #A28F50

Tints of Teak #A28F50

Color information

#A28F50 (or 0xA28F50) is unknown color: approx Teak. HEX triplet: A2, 8F and 50. RGB value is (162,143,80). Sum of RGB (Red+Green+Blue) = 162+143+80=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F50 is #5D70AF. Grayscale: #8D8D8D. Windows color (decimal): -6123696 or 5279650. OLE color: 5279650.

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

Color convert

RGB16214380-
CMYK00.120.510.36
HSL46.1º33.88%47.45%-
HSV(B)46.1º50.62%63.53%-
XYZ26.1727.9111.6-
YUV141.593.29142.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=42.08%
G=37.14%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621438000.120.510.3646.133.8847.45
HexA28F500C33242e222f
Octal2422171200146344564257
Binary1010001010001111101000001100110011100100101110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F50; }

 p { color: rgb(162,143,80); }

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

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

 a { background-color: rgb(162,143,80); }

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

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

 span { border-color: rgb(162,143,80); }

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