#A28C4E

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

Shades of Teak #A28C4E

Tints of Teak #A28C4E

Color information

#A28C4E (or 0xA28C4E) is unknown color: approx Teak. HEX triplet: A2, 8C and 4E. RGB value is (162,140,78). Sum of RGB (Red+Green+Blue) = 162+140+78=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C4E is #5D73B1. Grayscale: #8B8B8B. Windows color (decimal): -6124466 or 5147810. OLE color: 5147810.

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

Color convert

RGB16214078-
CMYK00.140.520.36
HSL44.29º35%47.06%-
HSV(B)44.29º51.85%63.53%-
XYZ25.6526.9911.06-
YUV139.5193.29144.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=42.63%
G=36.84%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621407800.140.520.3644.293547.06
HexA28C4E0E34242c232f
Octal2422141160166444544357
Binary1010001010001100100111001110110100100100101100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C4E; }

 p { color: rgb(162,140,78); }

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

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

 a { background-color: rgb(162,140,78); }

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

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

 span { border-color: rgb(162,140,78); }

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