#A59546

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

Shades of Turmeric #A59546

Tints of Turmeric #A59546

Color information

#A59546 (or 0xA59546) is unknown color: approx Turmeric. HEX triplet: A5, 95 and 46. RGB value is (165,149,70). Sum of RGB (Red+Green+Blue) = 165+149+70=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A59546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59546 is #5A6AB9. Grayscale: #919191. Windows color (decimal): -5925562 or 4625829. OLE color: 4625829.

HSL color Cylindrical-coordinate representation of color #A59546: hue angle of 49.89º degrees, saturation: 0.4, 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 #A59546 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16514970-
CMYK00.100.580.35
HSL49.89º40.43%46.08%-
HSV(B)49.89º57.58%64.71%-
XYZ27.3729.9410.13-
YUV144.7885.8142.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=42.97%
G=38.80%
B=18.23%

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
Decimal1651497000.100.580.3549.8940.4346.08
HexA595460A3A2332282e
Octal2452251060127243625056
Binary1010010110010101100011001010111010100011110010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59546; }

 p { color: rgb(165,149,70); }

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

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

 a { background-color: rgb(165,149,70); }

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

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

 span { border-color: rgb(165,149,70); }

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