#ac9439

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

Shades of Reef Gold #AC9439

Tints of Reef Gold #AC9439

Color information

#AC9439 (or 0xAC9439) is unknown color: approx Reef Gold. HEX triplet: AC, 94 and 39. RGB value is (172,148,57). Sum of RGB (Red+Green+Blue) = 172+148+57=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9439 is #536BC6. Grayscale: #919191. Windows color (decimal): -5467079 or 3773612. OLE color: 3773612.

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

Color convert

RGB17214857-
CMYK00.140.670.33
HSL47.48º50.22%44.9%-
HSV(B)47.48º66.86%67.45%-
XYZ28.3430.258.22-
YUV144.878.45147.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 57 (22.66% from 255) = 15.12%
R=45.62%
G=39.26%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721485700.140.670.3347.4850.2244.9
HexAC94390E43212f322d
Octal2542247101610341576255
Binary1010110010010100111001011101000011100001101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac9439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac9439; }

 p { color: rgb(172,148,57); }

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

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

 a { background-color: rgb(172,148,57); }

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

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

 span { border-color: rgb(172,148,57); }

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