#ac9332

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

Shades of Reef Gold #AC9332

Tints of Reef Gold #AC9332

Color information

#AC9332 (or 0xAC9332) is unknown color: approx Reef Gold. HEX triplet: AC, 93 and 32. RGB value is (172,147,50). Sum of RGB (Red+Green+Blue) = 172+147+50=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9332 is #536CCD. Grayscale: #8F8F8F. Windows color (decimal): -5467342 or 3314604. OLE color: 3314604.

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

Color convert

RGB17214750-
CMYK00.150.710.33
HSL47.7º54.95%43.53%-
HSV(B)47.7º70.93%67.45%-
XYZ28.0229.877.31-
YUV143.4275.28148.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=46.61%
G=39.84%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721475000.150.710.3347.754.9543.53
HexAC93320F472130372c
Octal2542236201710741606754
Binary1010110010010011110010011111000111100001110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac9332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac9332; }

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

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

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

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

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

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

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

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