#A28C58

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

Shades of Teak #A28C58

Tints of Teak #A28C58

Color information

#A28C58 (or 0xA28C58) is unknown color: approx Teak. HEX triplet: A2, 8C and 58. RGB value is (162,140,88). Sum of RGB (Red+Green+Blue) = 162+140+88=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C58 is #5D73A7. Grayscale: #8C8C8C. Windows color (decimal): -6124456 or 5803170. OLE color: 5803170.

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

Color convert

RGB16214088-
CMYK00.140.460.36
HSL42.16º29.6%49.02%-
HSV(B)42.16º45.68%63.53%-
XYZ26.0427.1413.1-
YUV140.6598.29143.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=41.54%
G=35.90%
B=22.56%

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
Decimal1621408800.140.460.3642.1629.649.02
HexA28C580E2E242a1e31
Octal2422141300165644523661
Binary101000101000110010110000111010111010010010101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C58; }

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

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

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

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

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

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

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

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