#A28E5B

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

Shades of Teak #A28E5B

Tints of Teak #A28E5B

Color information

#A28E5B (or 0xA28E5B) is unknown color: approx Teak. HEX triplet: A2, 8E and 5B. RGB value is (162,142,91). Sum of RGB (Red+Green+Blue) = 162+142+91=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E5B is #5D71A4. Grayscale: #8E8E8E. Windows color (decimal): -6123941 or 6000290. OLE color: 6000290.

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

Color convert

RGB16214291-
CMYK00.120.440.36
HSL43.1º28.06%49.61%-
HSV(B)43.1º43.83%63.53%-
XYZ26.4627.7813.87-
YUV142.1799.13142.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=41.01%
G=35.95%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621429100.120.440.3643.128.0649.61
HexA28E5B0C2C242b1c32
Octal2422161330145444533462
Binary101000101000111010110110110010110010010010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E5B; }

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

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

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

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

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

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

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

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