Html Css Color HEX #AE8013 Dark Goldenrod

📋 copy color: '#AE8013'

red 174 ◦ green 128 ◦ blue 19

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

Shades of Dark Goldenrod #AE8013

Tints of Dark Goldenrod #AE8013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 54.21%
G = 39.88%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE8013 (or 0xAE8013) is known color: Dark Goldenrod. HEX triplet: AE, 80 and 13. RGB value is (174,128,19). Sum of RGB (Red+Green+Blue) = 174+128+19=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8013 is #517FEC. Grayscale: #818181. Windows color (decimal): -5341165 or 1278126. OLE color: 1278126.

HSL color Cylindrical-coordinate representation of color #AE8013: hue angle of 42.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE8013 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 19 -
CMYK 0 0.26 0.89 0.32
HSL 42.19º 0.8% 0.38% -
HSV(B) 42.19º 0.89% 0.68% -
XYZ 25.29 24.48 4.01 -
YUV 129.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 174 128 19 0 0.26 0.89 0.32 42.19 0.8 0.38
Hex AE 80 13 0 1A 59 20 2A 50 26
Octal 256 200 23 0 32 131 40 52 120 46
Binary 10101110 10000000 10011 0 11010 1011001 100000 101010 1010000 100110

Color Harmonies of #AE8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8013

Black with #AE8013

Text Example


Text Example

White with #AE8013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8013; }

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

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

background-color css

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

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

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

border-color css

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

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

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