#AE7104

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

Shades of Dark Goldenrod #AE7104

Tints of Dark Goldenrod #AE7104

Color information

#AE7104 (or 0xAE7104) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 71 and 04. RGB value is (174,113,4). Sum of RGB (Red+Green+Blue) = 174+113+4=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7104 is #518EFB. Grayscale: #777777. Windows color (decimal): -5345020 or 291246. OLE color: 291246.

HSL color Cylindrical-coordinate representation of color #AE7104: hue angle of 38.47º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE7104 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1741134-
CMYK00.350.980.32
HSL38.47º95.51%34.9%-
HSV(B)38.47º97.7%68.24%-
XYZ23.3820.822.9-
YUV118.8163.21167.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=59.79%
G=38.83%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174113400.350.980.3238.4795.5134.9
HexAE7140236220266023
Octal2561614043142404614043
Binary101011101110001100010001111000101000001001101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7104; }

 p { color: rgb(174,113,4); }

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

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

 a { background-color: rgb(174,113,4); }

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

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

 span { border-color: rgb(174,113,4); }

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