#A29156

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

Shades of Teak #A29156

Tints of Teak #A29156

Color information

#A29156 (or 0xA29156) is unknown color: approx Teak. HEX triplet: A2, 91 and 56. RGB value is (162,145,86). Sum of RGB (Red+Green+Blue) = 162+145+86=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A29156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29156 is #5D6EA9. Grayscale: #8F8F8F. Windows color (decimal): -6123178 or 5673378. OLE color: 5673378.

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

Color convert

RGB16214586-
CMYK00.100.470.36
HSL46.58º30.65%48.63%-
HSV(B)46.58º46.91%63.53%-
XYZ26.7128.612.92-
YUV143.3695.63141.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=41.22%
G=36.90%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621458600.100.470.3646.5830.6548.63
HexA291560A2F242f1f31
Octal2422211260125744573761
Binary101000101001000110101100101010111110010010111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29156; }

 p { color: rgb(162,145,86); }

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

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

 a { background-color: rgb(162,145,86); }

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

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

 span { border-color: rgb(162,145,86); }

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