#A28D4F

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

Shades of Teak #A28D4F

Tints of Teak #A28D4F

Color information

#A28D4F (or 0xA28D4F) is unknown color: approx Teak. HEX triplet: A2, 8D and 4F. RGB value is (162,141,79). Sum of RGB (Red+Green+Blue) = 162+141+79=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D4F is #5D72B0. Grayscale: #8C8C8C. Windows color (decimal): -6124209 or 5213602. OLE color: 5213602.

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

Color convert

RGB16214179-
CMYK00.130.510.36
HSL44.82º34.44%47.25%-
HSV(B)44.82º51.23%63.53%-
XYZ25.8427.311.3-
YUV140.2193.46143.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 79 (31.25% from 255) = 20.68%
R=42.41%
G=36.91%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621417900.130.510.3644.8234.4447.25
HexA28D4F0D33242d222f
Octal2422151170156344554257
Binary1010001010001101100111101101110011100100101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D4F; }

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

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

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

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

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

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

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

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