Html Css Color HEX #AE7301 Dark Goldenrod

📋 copy color: '#AE7301'

red 174 ◦ green 115 ◦ blue 1

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

Shades of Dark Goldenrod #AE7301

Tints of Dark Goldenrod #AE7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

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

R = 60%
G = 39.66%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE7301 (or 0xAE7301) is known color: Dark Goldenrod. HEX triplet: AE, 73 and 01. RGB value is (174,115,1). Sum of RGB (Red+Green+Blue) = 174+115+1=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7301 is #518CFE. Grayscale: #787878. Windows color (decimal): -5344511 or 95150. OLE color: 95150.

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

Color convert

RGB 174 115 1 -
CMYK 0 0.34 0.99 0.32
HSL 39.54º 0.99% 0.34% -
HSV(B) 39.54º 0.99% 0.68% -
XYZ 23.59 21.26 2.89 -
YUV 119.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 174 115 1 0 0.34 0.99 0.32 39.54 0.99 0.34
Hex AE 73 1 0 22 63 20 28 63 22
Octal 256 163 1 0 42 143 40 50 143 42
Binary 10101110 1110011 1 0 100010 1100011 100000 101000 1100011 100010

Color Harmonies of #AE7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7301

Black with #AE7301

Text Example


Text Example

White with #AE7301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7301; }

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

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

background-color css

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

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

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

border-color css

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

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

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