#AE7901

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

Shades of Dark Goldenrod #AE7901

Tints of Dark Goldenrod #AE7901

Color information

#AE7901 (or 0xAE7901) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 79 and 01. RGB value is (174,121,1). Sum of RGB (Red+Green+Blue) = 174+121+1=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7901 is #5186FE. Grayscale: #7B7B7B. Windows color (decimal): -5342975 or 96686. OLE color: 96686.

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

Color convert

RGB1741211-
CMYK00.300.990.32
HSL41.62º98.86%34.31%-
HSV(B)41.62º99.43%68.24%-
XYZ24.322.683.12-
YUV123.1759.06164.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=58.78%
G=40.88%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174121100.300.990.3241.6298.8634.31
HexAE79101E63202a6322
Octal2561711036143405214342
Binary101011101111001101111011000111000001010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7901; }

 p { color: rgb(174,121,1); }

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

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

 a { background-color: rgb(174,121,1); }

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

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

 span { border-color: rgb(174,121,1); }

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