Html Css Color HEX #AE7313 Dark Goldenrod

📋 copy color: '#AE7313'

red 174 ◦ green 115 ◦ blue 19

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

Shades of Dark Goldenrod #AE7313

Tints of Dark Goldenrod #AE7313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 56.49%
G = 37.34%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE7313 (or 0xAE7313) is known color: Dark Goldenrod. HEX triplet: AE, 73 and 13. RGB value is (174,115,19). Sum of RGB (Red+Green+Blue) = 174+115+19=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7313 is #518CEC. Grayscale: #7A7A7A. Windows color (decimal): -5344493 or 1274798. OLE color: 1274798.

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

Color convert

RGB 174 115 19 -
CMYK 0 0.34 0.89 0.32
HSL 37.16º 0.8% 0.38% -
HSV(B) 37.16º 0.89% 0.68% -
XYZ 23.7 21.31 3.48 -
YUV 121.7 70.05 165.31 -
System Red Green Blue C M Y K H S L
Decimal 174 115 19 0 0.34 0.89 0.32 37.16 0.8 0.38
Hex AE 73 13 0 22 59 20 25 50 26
Octal 256 163 23 0 42 131 40 45 120 46
Binary 10101110 1110011 10011 0 100010 1011001 100000 100101 1010000 100110

Color Harmonies of #AE7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7313

Black with #AE7313

Text Example


Text Example

White with #AE7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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