#A39A41

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

Shades of Turmeric #A39A41

Tints of Turmeric #A39A41

Color information

#A39A41 (or 0xA39A41) is unknown color: approx Turmeric. HEX triplet: A3, 9A and 41. RGB value is (163,154,65). Sum of RGB (Red+Green+Blue) = 163+154+65=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A41 is #5C65BE. Grayscale: #929292. Windows color (decimal): -6055359 or 4299427. OLE color: 4299427.

HSL color Cylindrical-coordinate representation of color #A39A41: hue angle of 54.49º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A39A41 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16315465-
CMYK00.060.600.36
HSL54.49º42.98%44.71%-
HSV(B)54.49º60.12%63.92%-
XYZ27.6131.289.58-
YUV146.5481.98139.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 154 (60.55% from 255) = 40.31%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=42.67%
G=40.31%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631546500.060.600.3654.4942.9844.71
HexA39A41063C24362b2d
Octal243232101067444665355
Binary101000111001101010000010110111100100100110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A41; }

 p { color: rgb(163,154,65); }

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

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

 a { background-color: rgb(163,154,65); }

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

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

 span { border-color: rgb(163,154,65); }

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