#AC9434

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

Shades of Reef Gold #AC9434

Tints of Reef Gold #AC9434

Color information

#AC9434 (or 0xAC9434) is unknown color: approx Reef Gold. HEX triplet: AC, 94 and 34. RGB value is (172,148,52). Sum of RGB (Red+Green+Blue) = 172+148+52=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9434 is #536BCB. Grayscale: #909090. Windows color (decimal): -5467084 or 3445932. OLE color: 3445932.

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

Color convert

RGB17214852-
CMYK00.140.700.33
HSL48º53.57%43.92%-
HSV(B)48º69.77%67.45%-
XYZ28.2230.27.59-
YUV144.2375.95147.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=46.24%
G=39.78%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721485200.140.700.334853.5743.92
HexAC94340E462130362c
Octal2542246401610641606654
Binary1010110010010100110100011101000110100001110000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9434; }

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

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

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

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

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

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

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

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