#A28A5D

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

Shades of Teak #A28A5D

Tints of Teak #A28A5D

Color information

#A28A5D (or 0xA28A5D) is unknown color: approx Teak. HEX triplet: A2, 8A and 5D. RGB value is (162,138,93). Sum of RGB (Red+Green+Blue) = 162+138+93=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A5D is #5D75A2. Grayscale: #8C8C8C. Windows color (decimal): -6124963 or 6130338. OLE color: 6130338.

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

Color convert

RGB16213893-
CMYK00.150.430.36
HSL39.13º27.06%50%-
HSV(B)39.13º42.59%63.53%-
XYZ25.9626.6514.13-
YUV140.05101.45143.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 93 (36.72% from 255) = 23.66%
R=41.22%
G=35.11%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621389300.150.430.3639.1327.0650
HexA28A5D0F2B24271b32
Octal2422121350175344473362
Binary101000101000101010111010111110101110010010011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A5D; }

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

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

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

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

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

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

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

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