#A28E5D

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

Shades of Teak #A28E5D

Tints of Teak #A28E5D

Color information

#A28E5D (or 0xA28E5D) is unknown color: approx Teak. HEX triplet: A2, 8E and 5D. RGB value is (162,142,93). Sum of RGB (Red+Green+Blue) = 162+142+93=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E5D is #5D71A2. Grayscale: #8E8E8E. Windows color (decimal): -6123939 or 6131362. OLE color: 6131362.

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

Color convert

RGB16214293-
CMYK00.120.430.36
HSL42.61º27.06%50%-
HSV(B)42.61º42.59%63.53%-
XYZ26.5527.8214.33-
YUV142.39100.13141.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=40.81%
G=35.77%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621429300.120.430.3642.6127.0650
HexA28E5D0C2B242b1b32
Octal2422161350145344533362
Binary101000101000111010111010110010101110010010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E5D; }

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

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

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

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

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

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

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

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