#AC7C14

Color #AC7C14 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AC7C14

Tints of Dark Goldenrod #AC7C14

Color information

#AC7C14 (or 0xAC7C14) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 7C and 14. RGB value is (172,124,20). Sum of RGB (Red+Green+Blue) = 172+124+20=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C14 is #5383EB. Grayscale: #7E7E7E. Windows color (decimal): -5473260 or 1342636. OLE color: 1342636.

HSL color Cylindrical-coordinate representation of color #AC7C14: hue angle of 41.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC7C14 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB17212420-
CMYK00.280.880.33
HSL41.05º79.17%37.65%-
HSV(B)41.05º88.37%67.45%-
XYZ24.3523.243.86-
YUV126.567.9160.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 20 (8.20% from 255) = 6.33%
R=54.43%
G=39.24%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721242000.280.880.3341.0579.1737.65
HexAC7C1401C5821294f26
Octal25417424034130415111746
Binary1010110011111001010001110010110001000011010011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C14; }

 p { color: rgb(172,124,20); }

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

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

 a { background-color: rgb(172,124,20); }

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

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

 span { border-color: rgb(172,124,20); }

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