#AC952E

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

Shades of Reef Gold #AC952E

Tints of Reef Gold #AC952E

Color information

#AC952E (or 0xAC952E) is unknown color: approx Reef Gold. HEX triplet: AC, 95 and 2E. RGB value is (172,149,46). Sum of RGB (Red+Green+Blue) = 172+149+46=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC952E is #536AD1. Grayscale: #909090. Windows color (decimal): -5466834 or 3052972. OLE color: 3052972.

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

Color convert

RGB17214946-
CMYK00.130.730.33
HSL49.05º57.8%42.75%-
HSV(B)49.05º73.26%67.45%-
XYZ28.2530.466.98-
YUV144.1472.62147.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 46 (18.36% from 255) = 12.53%
R=46.87%
G=40.60%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721494600.130.730.3349.0557.842.75
HexAC952E0D4921313a2b
Octal2542255601511141617253
Binary1010110010010101101110011011001001100001110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC952E; }

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

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

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

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

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

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

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

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