Html Css Color HEX #AE7D14 Dark Goldenrod

📋 copy color: '#AE7D14'

red 174 ◦ green 125 ◦ blue 20

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

Shades of Dark Goldenrod #AE7D14

Tints of Dark Goldenrod #AE7D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.18%

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

R = 54.55%
G = 39.18%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE7D14 (or 0xAE7D14) is known color: Dark Goldenrod. HEX triplet: AE, 7D and 14. RGB value is (174,125,20). Sum of RGB (Red+Green+Blue) = 174+125+20=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7D14 is #5182EB. Grayscale: #808080. Windows color (decimal): -5341932 or 1342894. OLE color: 1342894.

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

Color convert

RGB 174 125 20 -
CMYK 0 0.28 0.89 0.32
HSL 40.91º 0.79% 0.38% -
HSV(B) 40.91º 0.89% 0.68% -
XYZ 24.92 23.72 3.93 -
YUV 127.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 174 125 20 0 0.28 0.89 0.32 40.91 0.79 0.38
Hex AE 7D 14 0 1C 59 20 29 4F 26
Octal 256 175 24 0 34 131 40 51 117 46
Binary 10101110 1111101 10100 0 11100 1011001 100000 101001 1001111 100110

Color Harmonies of #AE7D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D14

Black with #AE7D14

Text Example


Text Example

White with #AE7D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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