#ac730f

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

Shades of Dark Goldenrod #AC730F

Tints of Dark Goldenrod #AC730F

Color information

#AC730F (or 0xAC730F) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 73 and 0F. RGB value is (172,115,15). Sum of RGB (Red+Green+Blue) = 172+115+15=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC730F is #538CF0. Grayscale: #797979. Windows color (decimal): -5475569 or 1012652. OLE color: 1012652.

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

Color convert

RGB17211515-
CMYK00.330.910.33
HSL38.22º83.96%36.67%-
HSV(B)38.22º91.28%67.45%-
XYZ23.2321.073.29-
YUV120.6468.38164.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 15 (6.25% from 255) = 4.97%
R=56.95%
G=38.08%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721151500.330.910.3338.2283.9636.67
HexAC73F0215B21265425
Octal25416317041133414612445
Binary1010110011100111111010000110110111000011001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac730f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac730f; }

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

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

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

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

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

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

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

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