#A29059

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

Shades of Teak #A29059

Tints of Teak #A29059

Color information

#A29059 (or 0xA29059) is unknown color: approx Teak. HEX triplet: A2, 90 and 59. RGB value is (162,144,89). Sum of RGB (Red+Green+Blue) = 162+144+89=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29059 is #5D6FA6. Grayscale: #8F8F8F. Windows color (decimal): -6123431 or 5869730. OLE color: 5869730.

HSL color Cylindrical-coordinate representation of color #A29059: hue angle of 45.21º 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 #A29059 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16214489-
CMYK00.110.450.36
HSL45.21º29.08%49.22%-
HSV(B)45.21º45.06%63.53%-
XYZ26.6828.3513.52-
YUV143.1197.46141.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=41.01%
G=36.46%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621448900.110.450.3645.2129.0849.22
HexA290590B2D242d1d31
Octal2422201310135544553561
Binary101000101001000010110010101110110110010010110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29059; }

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

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

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

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

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

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

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

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