#AC9335

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

Shades of Reef Gold #AC9335

Tints of Reef Gold #AC9335

Color information

#AC9335 (or 0xAC9335) is unknown color: approx Reef Gold. HEX triplet: AC, 93 and 35. RGB value is (172,147,53). Sum of RGB (Red+Green+Blue) = 172+147+53=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9335 is #536CCA. Grayscale: #909090. Windows color (decimal): -5467339 or 3511212. OLE color: 3511212.

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

Color convert

RGB17214753-
CMYK00.150.690.33
HSL47.39º52.89%44.12%-
HSV(B)47.39º69.19%67.45%-
XYZ28.0929.97.66-
YUV143.7676.78148.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=46.24%
G=39.52%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721475300.150.690.3347.3952.8944.12
HexAC93350F45212f352c
Octal2542236501710541576554
Binary1010110010010011110101011111000101100001101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9335; }

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

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

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

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

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

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

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

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