#AC9A3C

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

Shades of Turmeric #AC9A3C

Tints of Turmeric #AC9A3C

Color information

#AC9A3C (or 0xAC9A3C) is unknown color: approx Turmeric. HEX triplet: AC, 9A and 3C. RGB value is (172,154,60). Sum of RGB (Red+Green+Blue) = 172+154+60=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A3C is #5365C3. Grayscale: #959595. Windows color (decimal): -5465540 or 3971756. OLE color: 3971756.

HSL color Cylindrical-coordinate representation of color #AC9A3C: hue angle of 50.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC9A3C is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17215460-
CMYK00.100.650.33
HSL50.36º48.28%45.49%-
HSV(B)50.36º65.12%67.45%-
XYZ29.3832.218.94-
YUV148.6777.96144.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 60 (23.83% from 255) = 15.54%
R=44.56%
G=39.90%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721546000.100.650.3350.3648.2845.49
HexAC9A3C0A412132302d
Octal2542327401210141626055
Binary1010110010011010111100010101000001100001110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A3C; }

 p { color: rgb(172,154,60); }

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

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

 a { background-color: rgb(172,154,60); }

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

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

 span { border-color: rgb(172,154,60); }

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