#AC9331

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

Shades of Reef Gold #AC9331

Tints of Reef Gold #AC9331

Color information

#AC9331 (or 0xAC9331) is unknown color: approx Reef Gold. HEX triplet: AC, 93 and 31. RGB value is (172,147,49). Sum of RGB (Red+Green+Blue) = 172+147+49=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9331 is #536CCE. Grayscale: #8F8F8F. Windows color (decimal): -5467343 or 3249068. OLE color: 3249068.

HSL color Cylindrical-coordinate representation of color #AC9331: hue angle of 47.8º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC9331 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17214749-
CMYK00.150.720.33
HSL47.8º55.66%43.33%-
HSV(B)47.8º71.51%67.45%-
XYZ2829.867.19-
YUV143.374.78148.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 49 (19.53% from 255) = 13.32%
R=46.74%
G=39.95%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721474900.150.720.3347.855.6643.33
HexAC93310F482130382b
Octal2542236101711041607053
Binary1010110010010011110001011111001000100001110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9331; }

 p { color: rgb(172,147,49); }

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

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

 a { background-color: rgb(172,147,49); }

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

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

 span { border-color: rgb(172,147,49); }

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