#AC913A

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

Shades of Reef Gold #AC913A

Tints of Reef Gold #AC913A

Color information

#AC913A (or 0xAC913A) is unknown color: approx Reef Gold. HEX triplet: AC, 91 and 3A. RGB value is (172,145,58). Sum of RGB (Red+Green+Blue) = 172+145+58=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC913A is #536EC5. Grayscale: #8F8F8F. Windows color (decimal): -5467846 or 3838380. OLE color: 3838380.

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

Color convert

RGB17214558-
CMYK00.160.660.33
HSL45.79º49.57%45.1%-
HSV(B)45.79º66.28%67.45%-
XYZ27.929.338.19-
YUV143.1679.95148.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=45.87%
G=38.67%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721455800.160.660.3345.7949.5745.1
HexAC913A01042212e322d
Octal2542217202010241566255
Binary10101100100100011110100100001000010100001101110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC913A; }

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

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

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

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

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

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

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

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