#AC942E

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

Shades of Reef Gold #AC942E

Tints of Reef Gold #AC942E

Color information

#AC942E (or 0xAC942E) is unknown color: approx Reef Gold. HEX triplet: AC, 94 and 2E. RGB value is (172,148,46). Sum of RGB (Red+Green+Blue) = 172+148+46=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC942E is #536BD1. Grayscale: #8F8F8F. Windows color (decimal): -5467090 or 3052716. OLE color: 3052716.

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

Color convert

RGB17214846-
CMYK00.140.730.33
HSL48.57º57.8%42.75%-
HSV(B)48.57º73.26%67.45%-
XYZ28.130.156.92-
YUV143.5572.95148.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 46 (18.36% from 255) = 12.57%
R=46.99%
G=40.44%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721484600.140.730.3348.5757.842.75
HexAC942E0E4921313a2b
Octal2542245601611141617253
Binary1010110010010100101110011101001001100001110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC942E; }

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

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

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

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

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

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

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

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