Html Css Color HEX #AE9304 Dark Goldenrod

📋 copy color: '#AE9304'

red 174 ◦ green 147 ◦ blue 4

#AE9304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AE9304

Tints of Dark Goldenrod #AE9304

RGB

 RED value IS 174 (68.36% from 255) = 53.54%

 GREEN value IS 147 (57.81% from 255) = 45.23%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 53.54%
G = 45.23%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE9304 (or 0xAE9304) is known color: Dark Goldenrod. HEX triplet: AE, 93 and 04. RGB value is (174,147,4). Sum of RGB (Red+Green+Blue) = 174+147+4=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9304 is #516CFB. Grayscale: #8B8B8B. Windows color (decimal): -5336316 or 299950. OLE color: 299950.

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

Color convert

RGB 174 147 4 -
CMYK 0 0.16 0.98 0.32
HSL 50.47º 0.96% 0.35% -
HSV(B) 50.47º 0.98% 0.68% -
XYZ 27.91 29.87 4.41 -
YUV 138.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 174 147 4 0 0.16 0.98 0.32 50.47 0.96 0.35
Hex AE 93 4 0 10 62 20 32 60 23
Octal 256 223 4 0 20 142 40 62 140 43
Binary 10101110 10010011 100 0 10000 1100010 100000 110010 1100000 100011

Color Harmonies of #AE9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9304

Black with #AE9304

Text Example


Text Example

White with #AE9304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9304; }

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

 H1.HeaderClassName
 {
   color: #AE9304;
 }
 .AnyTagClassName
 {
   color: #AE9304;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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