Html Css Color HEX #AE7E13 Dark Goldenrod

📋 copy color: '#AE7E13'

red 174 ◦ green 126 ◦ blue 19

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

Shades of Dark Goldenrod #AE7E13

Tints of Dark Goldenrod #AE7E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

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

R = 54.55%
G = 39.5%
B = 5.96%

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

#AE7E13 (or 0xAE7E13) is known color: Dark Goldenrod. HEX triplet: AE, 7E and 13. RGB value is (174,126,19). Sum of RGB (Red+Green+Blue) = 174+126+19=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E13 is #5181EC. Grayscale: #808080. Windows color (decimal): -5341677 or 1277614. OLE color: 1277614.

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

Color convert

RGB 174 126 19 -
CMYK 0 0.28 0.89 0.32
HSL 41.42º 0.8% 0.38% -
HSV(B) 41.42º 0.89% 0.68% -
XYZ 25.03 23.97 3.92 -
YUV 128.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 174 126 19 0 0.28 0.89 0.32 41.42 0.8 0.38
Hex AE 7E 13 0 1C 59 20 29 50 26
Octal 256 176 23 0 34 131 40 51 120 46
Binary 10101110 1111110 10011 0 11100 1011001 100000 101001 1010000 100110

Color Harmonies of #AE7E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E13

Black with #AE7E13

Text Example


Text Example

White with #AE7E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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