Html Css Color HEX #AE8000 Dark Goldenrod

📋 copy color: '#AE8000'

red 174 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #AE8000

Tints of Dark Goldenrod #AE8000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.38%

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

R = 57.62%
G = 42.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE8000 (or 0xAE8000) is known color: Dark Goldenrod. HEX triplet: AE, 80 and 00. RGB value is (174,128,0). Sum of RGB (Red+Green+Blue) = 174+128+0=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8000 is #517FFF. Grayscale: #7F7F7F. Windows color (decimal): -5341184 or 32942. OLE color: 32942.

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

Color convert

RGB 174 128 0 -
CMYK 0 0.26 1 0.32
HSL 44.14º 1% 0.34% -
HSV(B) 44.14º 1% 0.68% -
XYZ 25.17 24.44 3.39 -
YUV 127.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 174 128 0 0 0.26 1 0.32 44.14 1 0.34
Hex AE 80 0 0 1A 64 20 2C 64 22
Octal 256 200 0 0 32 144 40 54 144 42
Binary 10101110 10000000 0 0 11010 1100100 100000 101100 1100100 100010

Color Harmonies of #AE8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8000

Black with #AE8000

Text Example


Text Example

White with #AE8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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