#A28A5B

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

Shades of Teak #A28A5B

Tints of Teak #A28A5B

Color information

#A28A5B (or 0xA28A5B) is unknown color: approx Teak. HEX triplet: A2, 8A and 5B. RGB value is (162,138,91). Sum of RGB (Red+Green+Blue) = 162+138+91=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A5B is #5D75A4. Grayscale: #8C8C8C. Windows color (decimal): -6124965 or 5999266. OLE color: 5999266.

HSL color Cylindrical-coordinate representation of color #A28A5B: hue angle of 39.72º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A28A5B is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16213891-
CMYK00.150.440.36
HSL39.72º28.06%49.61%-
HSV(B)39.72º43.83%63.53%-
XYZ25.8826.6113.67-
YUV139.82100.45143.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=41.43%
G=35.29%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621389100.150.440.3639.7228.0649.61
HexA28A5B0F2C24281c32
Octal2422121330175444503462
Binary101000101000101010110110111110110010010010100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A5B; }

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

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

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

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

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

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

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

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