#A28B4C

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

Shades of Teak #A28B4C

Tints of Teak #A28B4C

Color information

#A28B4C (or 0xA28B4C) is unknown color: approx Teak. HEX triplet: A2, 8B and 4C. RGB value is (162,139,76). Sum of RGB (Red+Green+Blue) = 162+139+76=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B4C is #5D74B3. Grayscale: #8A8A8A. Windows color (decimal): -6124724 or 5016482. OLE color: 5016482.

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

Color convert

RGB16213976-
CMYK00.140.530.36
HSL43.95º36.13%46.67%-
HSV(B)43.95º53.09%63.53%-
XYZ25.4426.6710.64-
YUV138.6992.62144.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=42.97%
G=36.87%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621397600.140.530.3643.9536.1346.67
HexA28B4C0E35242c242f
Octal2422131140166544544457
Binary1010001010001011100110001110110101100100101100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B4C; }

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

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

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

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

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

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

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

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