#A59445

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

Shades of Turmeric #A59445

Tints of Turmeric #A59445

Color information

#A59445 (or 0xA59445) is unknown color: approx Turmeric. HEX triplet: A5, 94 and 45. RGB value is (165,148,69). Sum of RGB (Red+Green+Blue) = 165+148+69=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A59445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59445 is #5A6BBA. Grayscale: #909090. Windows color (decimal): -5925819 or 4560037. OLE color: 4560037.

HSL color Cylindrical-coordinate representation of color #A59445: hue angle of 49.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A59445 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16514869-
CMYK00.100.580.35
HSL49.38º41.03%45.88%-
HSV(B)49.38º58.18%64.71%-
XYZ27.1829.619.91-
YUV144.0885.63142.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=43.19%
G=38.74%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651486900.100.580.3549.3841.0345.88
HexA594450A3A2331292e
Octal2452241050127243615156
Binary1010010110010100100010101010111010100011110001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59445; }

 p { color: rgb(165,148,69); }

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

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

 a { background-color: rgb(165,148,69); }

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

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

 span { border-color: rgb(165,148,69); }

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