#AE9302

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

Shades of Dark Goldenrod #AE9302

Tints of Dark Goldenrod #AE9302

Color information

#AE9302 (or 0xAE9302) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 93 and 02. RGB value is (174,147,2). Sum of RGB (Red+Green+Blue) = 174+147+2=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9302 is #516CFD. Grayscale: #8B8B8B. Windows color (decimal): -5336318 or 168878. OLE color: 168878.

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

Color convert

RGB1741472-
CMYK00.160.990.32
HSL50.58º97.73%34.51%-
HSV(B)50.58º98.85%68.24%-
XYZ27.929.874.35-
YUV138.5450.95153.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=53.87%
G=45.51%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174147200.160.990.3250.5897.7334.51
HexAE9320106320336223
Octal2562232020143406314243
Binary10101110100100111001000011000111000001100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9302; }

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

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

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

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

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

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

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

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