Html Css Color HEX #AE9301 Dark Goldenrod

📋 copy color: '#AE9301'

red 174 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #AE9301

Tints of Dark Goldenrod #AE9301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 54.04%
G = 45.65%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE9301 (or 0xAE9301) is known color: Dark Goldenrod. HEX triplet: AE, 93 and 01. RGB value is (174,147,1). Sum of RGB (Red+Green+Blue) = 174+147+1=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9301 is #516CFE. Grayscale: #8B8B8B. Windows color (decimal): -5336319 or 103342. OLE color: 103342.

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

Color convert

RGB 174 147 1 -
CMYK 0 0.16 0.99 0.32
HSL 50.64º 0.99% 0.34% -
HSV(B) 50.64º 0.99% 0.68% -
XYZ 27.89 29.87 4.32 -
YUV 138.43 50.45 153.37 -
System Red Green Blue C M Y K H S L
Decimal 174 147 1 0 0.16 0.99 0.32 50.64 0.99 0.34
Hex AE 93 1 0 10 63 20 33 63 22
Octal 256 223 1 0 20 143 40 63 143 42
Binary 10101110 10010011 1 0 10000 1100011 100000 110011 1100011 100010

Color Harmonies of #AE9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9301

Black with #AE9301

Text Example


Text Example

White with #AE9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9301; }

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

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

background-color css

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

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

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

border-color css

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

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

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