#A29055

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

Shades of Teak #A29055

Tints of Teak #A29055

Color information

#A29055 (or 0xA29055) is unknown color: approx Teak. HEX triplet: A2, 90 and 55. RGB value is (162,144,85). Sum of RGB (Red+Green+Blue) = 162+144+85=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A29055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29055 is #5D6FAA. Grayscale: #8E8E8E. Windows color (decimal): -6123435 or 5607586. OLE color: 5607586.

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

Color convert

RGB16214485-
CMYK00.110.480.36
HSL45.97º31.17%48.43%-
HSV(B)45.97º47.53%63.53%-
XYZ26.5128.2812.66-
YUV142.6695.46141.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=41.43%
G=36.83%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621448500.110.480.3645.9731.1748.43
HexA290550B30242e1f30
Octal2422201250136044563760
Binary101000101001000010101010101111000010010010111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29055; }

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

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

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

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

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

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

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

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