#A59740

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

Shades of Turmeric #A59740

Tints of Turmeric #A59740

Color information

#A59740 (or 0xA59740) is unknown color: approx Turmeric. HEX triplet: A5, 97 and 40. RGB value is (165,151,64). Sum of RGB (Red+Green+Blue) = 165+151+64=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A59740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59740 is #5A68BF. Grayscale: #919191. Windows color (decimal): -5925056 or 4233125. OLE color: 4233125.

HSL color Cylindrical-coordinate representation of color #A59740: hue angle of 51.68º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A59740 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16515164-
CMYK00.080.610.35
HSL51.68º44.1%44.9%-
HSV(B)51.68º61.21%64.71%-
XYZ27.5130.59.29-
YUV145.2782.14142.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=43.42%
G=39.74%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651516400.080.610.3551.6844.144.9
HexA59740083D23342c2d
Octal2452271000107543645455
Binary1010010110010111100000001000111101100011110100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59740; }

 p { color: rgb(165,151,64); }

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

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

 a { background-color: rgb(165,151,64); }

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

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

 span { border-color: rgb(165,151,64); }

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