#A59056

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

Shades of Teak #A59056

Tints of Teak #A59056

Color information

#A59056 (or 0xA59056) is unknown color: approx Teak. HEX triplet: A5, 90 and 56. RGB value is (165,144,86). Sum of RGB (Red+Green+Blue) = 165+144+86=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A59056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59056 is #5A6FA9. Grayscale: #8F8F8F. Windows color (decimal): -5926826 or 5673125. OLE color: 5673125.

HSL color Cylindrical-coordinate representation of color #A59056: hue angle of 44.05º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A59056 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16514486-
CMYK00.130.480.35
HSL44.05º31.47%49.22%-
HSV(B)44.05º47.88%64.71%-
XYZ27.1728.6212.9-
YUV143.6795.46143.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=41.77%
G=36.46%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651448600.130.480.3544.0531.4749.22
HexA590560D30232c1f31
Octal2452201260156043543761
Binary101001011001000010101100110111000010001110110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59056; }

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

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

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

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

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

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

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

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