#A29159

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

Shades of Teak #A29159

Tints of Teak #A29159

Color information

#A29159 (or 0xA29159) is unknown color: approx Teak. HEX triplet: A2, 91 and 59. RGB value is (162,145,89). Sum of RGB (Red+Green+Blue) = 162+145+89=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29159 is #5D6EA6. Grayscale: #8F8F8F. Windows color (decimal): -6123175 or 5869986. OLE color: 5869986.

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

Color convert

RGB16214589-
CMYK00.100.450.36
HSL46.03º29.08%49.22%-
HSV(B)46.03º45.06%63.53%-
XYZ26.8328.6513.57-
YUV143.797.13141.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=40.91%
G=36.62%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621458900.100.450.3646.0329.0849.22
HexA291590A2D242e1d31
Octal2422211310125544563561
Binary101000101001000110110010101010110110010010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29159; }

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

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

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

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

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

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

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

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