#A59345

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

Shades of Turmeric #A59345

Tints of Turmeric #A59345

Color information

#A59345 (or 0xA59345) is unknown color: approx Turmeric. HEX triplet: A5, 93 and 45. RGB value is (165,147,69). Sum of RGB (Red+Green+Blue) = 165+147+69=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A59345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59345 is #5A6CBA. Grayscale: #8F8F8F. Windows color (decimal): -5926075 or 4559781. OLE color: 4559781.

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

Color convert

RGB16514769-
CMYK00.110.580.35
HSL48.75º41.03%45.88%-
HSV(B)48.75º58.18%64.71%-
XYZ27.0229.39.86-
YUV143.4985.96143.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=43.31%
G=38.58%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651476900.110.580.3548.7541.0345.88
HexA593450B3A2331292e
Octal2452231050137243615156
Binary1010010110010011100010101011111010100011110001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59345; }

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

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

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

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

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

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

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

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