#A39844

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

Shades of Turmeric #A39844

Tints of Turmeric #A39844

Color information

#A39844 (or 0xA39844) is unknown color: approx Turmeric. HEX triplet: A3, 98 and 44. RGB value is (163,152,68). Sum of RGB (Red+Green+Blue) = 163+152+68=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A39844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39844 is #5C67BB. Grayscale: #929292. Windows color (decimal): -6055868 or 4495523. OLE color: 4495523.

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

Color convert

RGB16315268-
CMYK00.070.580.36
HSL53.05º41.13%45.29%-
HSV(B)53.05º58.28%63.92%-
XYZ27.3830.669.94-
YUV145.7184.14140.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=42.56%
G=39.69%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631526800.070.580.3653.0541.1345.29
HexA39844073A2435292d
Octal243230104077244655155
Binary101000111001100010001000111111010100100110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39844; }

 p { color: rgb(163,152,68); }

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

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

 a { background-color: rgb(163,152,68); }

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

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

 span { border-color: rgb(163,152,68); }

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