#AC9738

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

Shades of Reef Gold #AC9738

Tints of Reef Gold #AC9738

Color information

#AC9738 (or 0xAC9738) is unknown color: approx Reef Gold. HEX triplet: AC, 97 and 38. RGB value is (172,151,56). Sum of RGB (Red+Green+Blue) = 172+151+56=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9738 is #5368C7. Grayscale: #929292. Windows color (decimal): -5466312 or 3708844. OLE color: 3708844.

HSL color Cylindrical-coordinate representation of color #AC9738: hue angle of 49.14º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC9738 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17215156-
CMYK00.120.670.33
HSL49.14º50.88%44.71%-
HSV(B)49.14º67.44%67.45%-
XYZ28.7931.198.24-
YUV146.4576.96146.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=45.38%
G=39.84%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721515600.120.670.3349.1450.8844.71
HexAC97380C432131332d
Octal2542277001410341616355
Binary1010110010010111111000011001000011100001110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9738; }

 p { color: rgb(172,151,56); }

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

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

 a { background-color: rgb(172,151,56); }

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

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

 span { border-color: rgb(172,151,56); }

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