Html Css Color HEX #AE8014 Dark Goldenrod

📋 copy color: '#AE8014'

red 174 ◦ green 128 ◦ blue 20

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

Shades of Dark Goldenrod #AE8014

Tints of Dark Goldenrod #AE8014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 54.04%
G = 39.75%
B = 6.21%

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

#AE8014 (or 0xAE8014) is known color: Dark Goldenrod. HEX triplet: AE, 80 and 14. RGB value is (174,128,20). Sum of RGB (Red+Green+Blue) = 174+128+20=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8014 is #517FEB. Grayscale: #818181. Windows color (decimal): -5341164 or 1343662. OLE color: 1343662.

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

Color convert

RGB 174 128 20 -
CMYK 0 0.26 0.89 0.32
HSL 42.08º 0.79% 0.38% -
HSV(B) 42.08º 0.89% 0.68% -
XYZ 25.3 24.49 4.05 -
YUV 129.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 174 128 20 0 0.26 0.89 0.32 42.08 0.79 0.38
Hex AE 80 14 0 1A 59 20 2A 4F 26
Octal 256 200 24 0 32 131 40 52 117 46
Binary 10101110 10000000 10100 0 11010 1011001 100000 101010 1001111 100110

Color Harmonies of #AE8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8014

Black with #AE8014

Text Example


Text Example

White with #AE8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8014; }

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

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

background-color css

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

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

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

border-color css

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

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

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