#AC8D32

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

Shades of Reef Gold #AC8D32

Tints of Reef Gold #AC8D32

Color information

#AC8D32 (or 0xAC8D32) is unknown color: approx Reef Gold. HEX triplet: AC, 8D and 32. RGB value is (172,141,50). Sum of RGB (Red+Green+Blue) = 172+141+50=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D32 is #5372CD. Grayscale: #8C8C8C. Windows color (decimal): -5468878 or 3313068. OLE color: 3313068.

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

Color convert

RGB17214150-
CMYK00.180.710.33
HSL44.75º54.95%43.53%-
HSV(B)44.75º70.93%67.45%-
XYZ27.1128.057-
YUV139.8977.27150.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 141 (55.47% from 255) = 38.84%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=47.38%
G=38.84%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721415000.180.710.3344.7554.9543.53
HexAC8D3201247212d372c
Octal2542156202210741556754
Binary10101100100011011100100100101000111100001101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D32; }

 p { color: rgb(172,141,50); }

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

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

 a { background-color: rgb(172,141,50); }

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

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

 span { border-color: rgb(172,141,50); }

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