#AC9231

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

Shades of Reef Gold #AC9231

Tints of Reef Gold #AC9231

Color information

#AC9231 (or 0xAC9231) is unknown color: approx Reef Gold. HEX triplet: AC, 92 and 31. RGB value is (172,146,49). Sum of RGB (Red+Green+Blue) = 172+146+49=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9231 is #536DCE. Grayscale: #8F8F8F. Windows color (decimal): -5467599 or 3248812. OLE color: 3248812.

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

Color convert

RGB17214649-
CMYK00.150.720.33
HSL47.32º55.66%43.33%-
HSV(B)47.32º71.51%67.45%-
XYZ27.8529.557.14-
YUV142.7275.11148.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 49 (19.53% from 255) = 13.35%
R=46.87%
G=39.78%
B=13.35%

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
Decimal1721464900.150.720.3347.3255.6643.33
HexAC92310F48212f382b
Octal2542226101711041577053
Binary1010110010010010110001011111001000100001101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9231; }

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

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

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

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

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

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

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

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