#AC750F

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

Shades of Dark Goldenrod #AC750F

Tints of Dark Goldenrod #AC750F

Color information

#AC750F (or 0xAC750F) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 75 and 0F. RGB value is (172,117,15). Sum of RGB (Red+Green+Blue) = 172+117+15=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC750F is #538AF0. Grayscale: #7A7A7A. Windows color (decimal): -5475057 or 1013164. OLE color: 1013164.

HSL color Cylindrical-coordinate representation of color #AC750F: hue angle of 38.98º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC750F is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17211715-
CMYK00.320.910.33
HSL38.98º83.96%36.67%-
HSV(B)38.98º91.28%67.45%-
XYZ23.4621.533.37-
YUV121.8267.72163.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.58%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=56.58%
G=38.49%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721171500.320.910.3338.9883.9636.67
HexAC75F0205B21275425
Octal25416517040133414712445
Binary1010110011101011111010000010110111000011001111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC750F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC750F; }

 p { color: rgb(172,117,15); }

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

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

 a { background-color: rgb(172,117,15); }

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

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

 span { border-color: rgb(172,117,15); }

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