#AE7300

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

Shades of Dark Goldenrod #AE7300

Tints of Dark Goldenrod #AE7300

Color information

#AE7300 (or 0xAE7300) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 73 and 00. RGB value is (174,115,0). Sum of RGB (Red+Green+Blue) = 174+115+0=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7300 is #518CFF. Grayscale: #787878. Windows color (decimal): -5344512 or 29614. OLE color: 29614.

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

Color convert

RGB1741150-
CMYK00.3410.32
HSL39.66º100%34.12%-
HSV(B)39.66º100%68.24%-
XYZ23.5921.262.86-
YUV119.5360.55166.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.21%
G=39.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174115000.3410.3239.6610034.12
HexAE7300226420286422
Octal2561630042144405014442
Binary1010111011100110010001011001001000001010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7300; }

 p { color: rgb(174,115,0); }

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

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

 a { background-color: rgb(174,115,0); }

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

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

 span { border-color: rgb(174,115,0); }

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