#A59741

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

Shades of Turmeric #A59741

Tints of Turmeric #A59741

Color information

#A59741 (or 0xA59741) is unknown color: approx Turmeric. HEX triplet: A5, 97 and 41. RGB value is (165,151,65). Sum of RGB (Red+Green+Blue) = 165+151+65=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A59741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59741 is #5A68BE. Grayscale: #919191. Windows color (decimal): -5925055 or 4298661. OLE color: 4298661.

HSL color Cylindrical-coordinate representation of color #A59741: hue angle of 51.6º degrees, saturation: 0.43, 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 #A59741 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16515165-
CMYK00.080.610.35
HSL51.6º43.48%45.1%-
HSV(B)51.6º60.61%64.71%-
XYZ27.5430.519.44-
YUV145.3882.64141.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=43.31%
G=39.63%
B=17.06%

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
Decimal1651516500.080.610.3551.643.4845.1
HexA59741083D23342b2d
Octal2452271010107543645355
Binary1010010110010111100000101000111101100011110100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59741; }

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

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

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

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

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

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

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

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