#AC8D33

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

Shades of Reef Gold #AC8D33

Tints of Reef Gold #AC8D33

Color information

#AC8D33 (or 0xAC8D33) is unknown color: approx Reef Gold. HEX triplet: AC, 8D and 33. RGB value is (172,141,51). Sum of RGB (Red+Green+Blue) = 172+141+51=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D33 is #5372CC. Grayscale: #8C8C8C. Windows color (decimal): -5468877 or 3378604. OLE color: 3378604.

HSL color Cylindrical-coordinate representation of color #AC8D33: hue angle of 44.63º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC8D33 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17214151-
CMYK00.180.700.33
HSL44.63º54.26%43.73%-
HSV(B)44.63º70.35%67.45%-
XYZ27.1428.067.12-
YUV140.0177.77150.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 51 (20.31% from 255) = 14.01%
R=47.25%
G=38.74%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721415100.180.700.3344.6354.2643.73
HexAC8D3301246212d362c
Octal2542156302210641556654
Binary10101100100011011100110100101000110100001101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D33; }

 p { color: rgb(172,141,51); }

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

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

 a { background-color: rgb(172,141,51); }

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

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

 span { border-color: rgb(172,141,51); }

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