#A39940

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

Shades of Turmeric #A39940

Tints of Turmeric #A39940

Color information

#A39940 (or 0xA39940) is unknown color: approx Turmeric. HEX triplet: A3, 99 and 40. RGB value is (163,153,64). Sum of RGB (Red+Green+Blue) = 163+153+64=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A39940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39940 is #5C66BF. Grayscale: #929292. Windows color (decimal): -6055616 or 4233635. OLE color: 4233635.

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

Color convert

RGB16315364-
CMYK00.060.610.36
HSL53.94º43.61%44.51%-
HSV(B)53.94º60.74%63.92%-
XYZ27.4230.949.38-
YUV145.8481.81140.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=42.89%
G=40.26%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631536400.060.610.3653.9443.6144.51
HexA39940063D24362c2d
Octal243231100067544665455
Binary101000111001100110000000110111101100100110110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39940; }

 p { color: rgb(163,153,64); }

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

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

 a { background-color: rgb(163,153,64); }

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

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

 span { border-color: rgb(163,153,64); }

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