#AE9102

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

Shades of Dark Goldenrod #AE9102

Tints of Dark Goldenrod #AE9102

Color information

#AE9102 (or 0xAE9102) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 91 and 02. RGB value is (174,145,2). Sum of RGB (Red+Green+Blue) = 174+145+2=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9102 is #516EFD. Grayscale: #898989. Windows color (decimal): -5336830 or 168366. OLE color: 168366.

HSL color Cylindrical-coordinate representation of color #AE9102: hue angle of 49.88º 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 #AE9102 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1741452-
CMYK00.170.990.32
HSL49.88º97.73%34.51%-
HSV(B)49.88º98.85%68.24%-
XYZ27.5929.254.25-
YUV137.3751.61154.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=54.21%
G=45.17%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174145200.170.990.3249.8897.7334.51
HexAE9120116320326223
Octal2562212021143406214243
Binary10101110100100011001000111000111000001100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9102; }

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

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

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

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

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

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

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

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