#A28A58

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

Shades of Teak #A28A58

Tints of Teak #A28A58

Color information

#A28A58 (or 0xA28A58) is unknown color: approx Teak. HEX triplet: A2, 8A and 58. RGB value is (162,138,88). Sum of RGB (Red+Green+Blue) = 162+138+88=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A58 is #5D75A7. Grayscale: #8B8B8B. Windows color (decimal): -6124968 or 5802658. OLE color: 5802658.

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

Color convert

RGB16213888-
CMYK00.150.460.36
HSL40.54º29.6%49.02%-
HSV(B)40.54º45.68%63.53%-
XYZ25.7526.5613-
YUV139.4898.95144.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=41.75%
G=35.57%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621388800.150.460.3640.5429.649.02
HexA28A580F2E24291e31
Octal2422121300175644513661
Binary101000101000101010110000111110111010010010100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A58; }

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

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

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

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

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

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

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

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