#AC9A3F

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

Shades of Turmeric #AC9A3F

Tints of Turmeric #AC9A3F

Color information

#AC9A3F (or 0xAC9A3F) is unknown color: approx Turmeric. HEX triplet: AC, 9A and 3F. RGB value is (172,154,63). Sum of RGB (Red+Green+Blue) = 172+154+63=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A3F is #5365C0. Grayscale: #959595. Windows color (decimal): -5465537 or 4168364. OLE color: 4168364.

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

Color convert

RGB17215463-
CMYK00.100.630.33
HSL50.09º46.38%46.08%-
HSV(B)50.09º63.37%67.45%-
XYZ29.4732.249.37-
YUV149.0179.46144.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 63 (25% from 255) = 16.20%
R=44.22%
G=39.59%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721546300.100.630.3350.0946.3846.08
HexAC9A3F0A3F21322e2e
Octal254232770127741625656
Binary101011001001101011111101010111111100001110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A3F; }

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

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

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

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

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

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

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

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