#AC9029

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

Shades of Reef Gold #AC9029

Tints of Reef Gold #AC9029

Color information

#AC9029 (or 0xAC9029) is unknown color: approx Reef Gold. HEX triplet: AC, 90 and 29. RGB value is (172,144,41). Sum of RGB (Red+Green+Blue) = 172+144+41=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9029 is #536FD6. Grayscale: #8D8D8D. Windows color (decimal): -5468119 or 2724012. OLE color: 2724012.

HSL color Cylindrical-coordinate representation of color #AC9029: hue angle of 47.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC9029 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17214441-
CMYK00.160.760.33
HSL47.18º61.5%41.76%-
HSV(B)47.18º76.16%67.45%-
XYZ27.3928.886.23-
YUV140.6371.78150.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 41 (16.41% from 255) = 11.48%
R=48.18%
G=40.34%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721444100.160.760.3347.1861.541.76
HexAC90290104C212f3e2a
Octal2542205102011441577652
Binary10101100100100001010010100001001100100001101111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9029; }

 p { color: rgb(172,144,41); }

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

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

 a { background-color: rgb(172,144,41); }

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

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

 span { border-color: rgb(172,144,41); }

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