#A28A4F

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

Shades of Teak #A28A4F

Tints of Teak #A28A4F

Color information

#A28A4F (or 0xA28A4F) is unknown color: approx Teak. HEX triplet: A2, 8A and 4F. RGB value is (162,138,79). Sum of RGB (Red+Green+Blue) = 162+138+79=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A4F is #5D75B0. Grayscale: #8A8A8A. Windows color (decimal): -6124977 or 5212834. OLE color: 5212834.

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

Color convert

RGB16213879-
CMYK00.150.510.36
HSL42.65º34.44%47.25%-
HSV(B)42.65º51.23%63.53%-
XYZ25.426.4211.16-
YUV138.4594.45144.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 79 (31.25% from 255) = 20.84%
R=42.74%
G=36.41%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621387900.150.510.3642.6534.4447.25
HexA28A4F0F33242b222f
Octal2422121170176344534257
Binary1010001010001010100111101111110011100100101011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A4F; }

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

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

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

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

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

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

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

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