#A28654

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

Shades of Teak #A28654

Tints of Teak #A28654

Color information

#A28654 (or 0xA28654) is unknown color: approx Teak. HEX triplet: A2, 86 and 54. RGB value is (162,134,84). Sum of RGB (Red+Green+Blue) = 162+134+84=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28654 is #5D79AB. Grayscale: #888888. Windows color (decimal): -6125996 or 5539490. OLE color: 5539490.

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

Color convert

RGB16213484-
CMYK00.170.480.36
HSL38.46º31.71%48.24%-
HSV(B)38.46º48.15%63.53%-
XYZ25.0325.3711.97-
YUV136.6798.28146.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 84 (33.20% from 255) = 22.11%
R=42.63%
G=35.26%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621348400.170.480.3638.4631.7148.24
HexA286540113024262030
Octal2422061240216044464060
Binary10100010100001101010100010001110000100100100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28654; }

 p { color: rgb(162,134,84); }

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

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

 a { background-color: rgb(162,134,84); }

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

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

 span { border-color: rgb(162,134,84); }

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