#A28B50

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

Shades of Teak #A28B50

Tints of Teak #A28B50

Color information

#A28B50 (or 0xA28B50) is unknown color: approx Teak. HEX triplet: A2, 8B and 50. RGB value is (162,139,80). Sum of RGB (Red+Green+Blue) = 162+139+80=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B50 is #5D74AF. Grayscale: #8B8B8B. Windows color (decimal): -6124720 or 5278626. OLE color: 5278626.

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

Color convert

RGB16213980-
CMYK00.140.510.36
HSL43.17º33.88%47.45%-
HSV(B)43.17º50.62%63.53%-
XYZ25.5826.7311.4-
YUV139.1594.62144.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=42.52%
G=36.48%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621398000.140.510.3643.1733.8847.45
HexA28B500E33242b222f
Octal2422131200166344534257
Binary1010001010001011101000001110110011100100101011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B50; }

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

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

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

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

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

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

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

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