#AC9132

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

Shades of Reef Gold #AC9132

Tints of Reef Gold #AC9132

Color information

#AC9132 (or 0xAC9132) is unknown color: approx Reef Gold. HEX triplet: AC, 91 and 32. RGB value is (172,145,50). Sum of RGB (Red+Green+Blue) = 172+145+50=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9132 is #536ECD. Grayscale: #8E8E8E. Windows color (decimal): -5467854 or 3314092. OLE color: 3314092.

HSL color Cylindrical-coordinate representation of color #AC9132: hue angle of 46.72º 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 #AC9132 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17214550-
CMYK00.160.710.33
HSL46.72º54.95%43.53%-
HSV(B)46.72º70.93%67.45%-
XYZ27.7129.257.2-
YUV142.2475.95149.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=46.87%
G=39.51%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721455000.160.710.3346.7254.9543.53
HexAC913201047212f372c
Octal2542216202010741576754
Binary10101100100100011100100100001000111100001101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9132; }

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

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

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

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

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

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

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

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