Html Css Color HEX #AE8301 Dark Goldenrod

📋 copy color: '#AE8301'

red 174 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #AE8301

Tints of Dark Goldenrod #AE8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.81%

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

R = 56.86%
G = 42.81%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE8301 (or 0xAE8301) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 01. RGB value is (174,131,1). Sum of RGB (Red+Green+Blue) = 174+131+1=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8301 is #517CFE. Grayscale: #818181. Windows color (decimal): -5340415 or 99246. OLE color: 99246.

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

Color convert

RGB 174 131 1 -
CMYK 0 0.25 0.99 0.32
HSL 45.09º 0.99% 0.34% -
HSV(B) 45.09º 0.99% 0.68% -
XYZ 25.58 25.23 3.55 -
YUV 129.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 174 131 1 0 0.25 0.99 0.32 45.09 0.99 0.34
Hex AE 83 1 0 19 63 20 2D 63 22
Octal 256 203 1 0 31 143 40 55 143 42
Binary 10101110 10000011 1 0 11001 1100011 100000 101101 1100011 100010

Color Harmonies of #AE8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8301

Black with #AE8301

Text Example


Text Example

White with #AE8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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