#AC973A

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

Shades of Reef Gold #AC973A

Tints of Reef Gold #AC973A

Color information

#AC973A (or 0xAC973A) is unknown color: approx Reef Gold. HEX triplet: AC, 97 and 3A. RGB value is (172,151,58). Sum of RGB (Red+Green+Blue) = 172+151+58=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC973A is #5368C5. Grayscale: #939393. Windows color (decimal): -5466310 or 3839916. OLE color: 3839916.

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

Color convert

RGB17215158-
CMYK00.120.660.33
HSL48.95º49.57%45.1%-
HSV(B)48.95º66.28%67.45%-
XYZ28.8431.218.51-
YUV146.6877.96146.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 58 (23.05% from 255) = 15.22%
R=45.14%
G=39.63%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721515800.120.660.3348.9549.5745.1
HexAC973A0C422131322d
Octal2542277201410241616255
Binary1010110010010111111010011001000010100001110001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC973A; }

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

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

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

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

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

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

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

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