#AC9435

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

Shades of Reef Gold #AC9435

Tints of Reef Gold #AC9435

Color information

#AC9435 (or 0xAC9435) is unknown color: approx Reef Gold. HEX triplet: AC, 94 and 35. RGB value is (172,148,53). Sum of RGB (Red+Green+Blue) = 172+148+53=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9435 is #536BCA. Grayscale: #909090. Windows color (decimal): -5467083 or 3511468. OLE color: 3511468.

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

Color convert

RGB17214853-
CMYK00.140.690.33
HSL47.9º52.89%44.12%-
HSV(B)47.9º69.19%67.45%-
XYZ28.2530.217.71-
YUV144.3576.45147.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=46.11%
G=39.68%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721485300.140.690.3347.952.8944.12
HexAC94350E452130352c
Octal2542246501610541606554
Binary1010110010010100110101011101000101100001110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9435; }

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

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

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

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

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

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

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

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