#A28B5F

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

Shades of Teak #A28B5F

Tints of Teak #A28B5F

Color information

#A28B5F (or 0xA28B5F) is unknown color: approx Teak. HEX triplet: A2, 8B and 5F. RGB value is (162,139,95). Sum of RGB (Red+Green+Blue) = 162+139+95=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B5F is #5D74A0. Grayscale: #8D8D8D. Windows color (decimal): -6124705 or 6261666. OLE color: 6261666.

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

Color convert

RGB16213995-
CMYK00.140.410.36
HSL39.4º26.48%50.39%-
HSV(B)39.4º41.36%63.53%-
XYZ26.226.9714.65-
YUV140.86102.12143.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=40.91%
G=35.10%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621399500.140.410.3639.426.4850.39
HexA28B5F0E2924271a32
Octal2422131370165144473262
Binary101000101000101110111110111010100110010010011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B5F; }

 p { color: rgb(162,139,95); }

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

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

 a { background-color: rgb(162,139,95); }

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

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

 span { border-color: rgb(162,139,95); }

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