#AE7402

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

Shades of Dark Goldenrod #AE7402

Tints of Dark Goldenrod #AE7402

Color information

#AE7402 (or 0xAE7402) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 74 and 02. RGB value is (174,116,2). Sum of RGB (Red+Green+Blue) = 174+116+2=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7402 is #518BFD. Grayscale: #787878. Windows color (decimal): -5344254 or 160942. OLE color: 160942.

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

Color convert

RGB1741162-
CMYK00.330.990.32
HSL39.77º97.73%34.51%-
HSV(B)39.77º98.85%68.24%-
XYZ23.7121.492.96-
YUV120.3561.22166.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.59%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=59.59%
G=39.73%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174116200.330.990.3239.7797.7334.51
HexAE7420216320286223
Octal2561642041143405014243
Binary10101110111010010010000111000111000001010001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7402; }

 p { color: rgb(174,116,2); }

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

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

 a { background-color: rgb(174,116,2); }

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

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

 span { border-color: rgb(174,116,2); }

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