#A29056

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

Shades of Teak #A29056

Tints of Teak #A29056

Color information

#A29056 (or 0xA29056) is unknown color: approx Teak. HEX triplet: A2, 90 and 56. RGB value is (162,144,86). Sum of RGB (Red+Green+Blue) = 162+144+86=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29056 is #5D6FA9. Grayscale: #8F8F8F. Windows color (decimal): -6123434 or 5673122. OLE color: 5673122.

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

Color convert

RGB16214486-
CMYK00.110.470.36
HSL45.79º30.65%48.63%-
HSV(B)45.79º46.91%63.53%-
XYZ26.5528.312.87-
YUV142.7795.96141.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=41.33%
G=36.73%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621448600.110.470.3645.7930.6548.63
HexA290560B2F242e1f31
Octal2422201260135744563761
Binary101000101001000010101100101110111110010010111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29056; }

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

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

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

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

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

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

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

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