#AC9C35

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

Shades of Reef Gold #AC9C35

Tints of Reef Gold #AC9C35

Color information

#AC9C35 (or 0xAC9C35) is unknown color: approx Reef Gold. HEX triplet: AC, 9C and 35. RGB value is (172,156,53). Sum of RGB (Red+Green+Blue) = 172+156+53=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C35 is #5363CA. Grayscale: #959595. Windows color (decimal): -5465035 or 3513516. OLE color: 3513516.

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

Color convert

RGB17215653-
CMYK00.090.690.33
HSL51.93º52.89%44.12%-
HSV(B)51.93º69.19%67.45%-
XYZ29.5432.88.14-
YUV149.0473.8144.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=45.14%
G=40.94%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721565300.090.690.3351.9352.8944.12
HexAC9C3509452134352c
Octal2542346501110541646554
Binary1010110010011100110101010011000101100001110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C35; }

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

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

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

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

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

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

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

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