Html Css Color HEX #AE8300 Dark Goldenrod

📋 copy color: '#AE8300'

red 174 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #AE8300

Tints of Dark Goldenrod #AE8300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.05%
G = 42.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE8300 (or 0xAE8300) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 00. RGB value is (174,131,0). Sum of RGB (Red+Green+Blue) = 174+131+0=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8300 is #517CFF. Grayscale: #818181. Windows color (decimal): -5340416 or 33710. OLE color: 33710.

HSL color Cylindrical-coordinate representation of color #AE8300: hue angle of 45.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE8300 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 131 0 -
CMYK 0 0.25 1 0.32
HSL 45.17º 1% 0.34% -
HSV(B) 45.17º 1% 0.68% -
XYZ 25.57 25.23 3.52 -
YUV 128.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 174 131 0 0 0.25 1 0.32 45.17 1 0.34
Hex AE 83 0 0 19 64 20 2D 64 22
Octal 256 203 0 0 31 144 40 55 144 42
Binary 10101110 10000011 0 0 11001 1100100 100000 101101 1100100 100010

Color Harmonies of #AE8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8300

Black with #AE8300

Text Example


Text Example

White with #AE8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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