#AC8E33

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

Shades of Reef Gold #AC8E33

Tints of Reef Gold #AC8E33

Color information

#AC8E33 (or 0xAC8E33) is unknown color: approx Reef Gold. HEX triplet: AC, 8E and 33. RGB value is (172,142,51). Sum of RGB (Red+Green+Blue) = 172+142+51=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E33 is #5371CC. Grayscale: #8C8C8C. Windows color (decimal): -5468621 or 3378860. OLE color: 3378860.

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

Color convert

RGB17214251-
CMYK00.170.700.33
HSL45.12º54.26%43.73%-
HSV(B)45.12º70.35%67.45%-
XYZ27.2828.367.17-
YUV140.677.44150.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=47.12%
G=38.90%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721425100.170.700.3345.1254.2643.73
HexAC8E3301146212d362c
Octal2542166302110641556654
Binary10101100100011101100110100011000110100001101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E33; }

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

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

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

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

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

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

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

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