#A49842

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

Shades of Turmeric #A49842

Tints of Turmeric #A49842

Color information

#A49842 (or 0xA49842) is unknown color: approx Turmeric. HEX triplet: A4, 98 and 42. RGB value is (164,152,66). Sum of RGB (Red+Green+Blue) = 164+152+66=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A49842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49842 is #5B67BD. Grayscale: #929292. Windows color (decimal): -5990334 or 4364452. OLE color: 4364452.

HSL color Cylindrical-coordinate representation of color #A49842: hue angle of 52.65º 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 #A49842 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16415266-
CMYK00.070.600.36
HSL52.65º42.61%45.1%-
HSV(B)52.65º59.76%64.31%-
XYZ27.5230.749.64-
YUV145.7882.98140.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=42.93%
G=39.79%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641526600.070.600.3652.6542.6145.1
HexA49842073C24352b2d
Octal244230102077444655355
Binary101001001001100010000100111111100100100110101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49842; }

 p { color: rgb(164,152,66); }

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

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

 a { background-color: rgb(164,152,66); }

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

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

 span { border-color: rgb(164,152,66); }

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