#A4924A

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

Shades of Turmeric #A4924A

Tints of Turmeric #A4924A

Color information

#A4924A (or 0xA4924A) is unknown color: approx Turmeric. HEX triplet: A4, 92 and 4A. RGB value is (164,146,74). Sum of RGB (Red+Green+Blue) = 164+146+74=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4924A is #5B6DB5. Grayscale: #8F8F8F. Windows color (decimal): -5991862 or 4887204. OLE color: 4887204.

HSL color Cylindrical-coordinate representation of color #A4924A: hue angle of 48º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4924A is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16414674-
CMYK00.110.550.36
HSL48º37.82%46.67%-
HSV(B)48º54.88%64.31%-
XYZ26.8228.9410.65-
YUV143.1788.96142.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 74 (29.30% from 255) = 19.27%
R=42.71%
G=38.02%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641467400.110.550.364837.8246.67
HexA4924A0B372430262f
Octal2442221120136744604657
Binary1010010010010010100101001011110111100100110000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4924A; }

 p { color: rgb(164,146,74); }

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

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

 a { background-color: rgb(164,146,74); }

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

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

 span { border-color: rgb(164,146,74); }

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