#A28B58

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

Shades of Teak #A28B58

Tints of Teak #A28B58

Color information

#A28B58 (or 0xA28B58) is unknown color: approx Teak. HEX triplet: A2, 8B and 58. RGB value is (162,139,88). Sum of RGB (Red+Green+Blue) = 162+139+88=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B58 is #5D74A7. Grayscale: #8C8C8C. Windows color (decimal): -6124712 or 5802914. OLE color: 5802914.

HSL color Cylindrical-coordinate representation of color #A28B58: hue angle of 41.35º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A28B58 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16213988-
CMYK00.140.460.36
HSL41.35º29.6%49.02%-
HSV(B)41.35º45.68%63.53%-
XYZ25.8926.8513.05-
YUV140.0698.62143.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=41.65%
G=35.73%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621398800.140.460.3641.3529.649.02
HexA28B580E2E24291e31
Octal2422131300165644513661
Binary101000101000101110110000111010111010010010100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B58; }

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

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

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

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

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

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

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

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