Html Css Color HEX #AE7311 Dark Goldenrod

📋 copy color: '#AE7311'

red 174 ◦ green 115 ◦ blue 17

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

Shades of Dark Goldenrod #AE7311

Tints of Dark Goldenrod #AE7311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 56.86%
G = 37.58%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE7311 (or 0xAE7311) is known color: Dark Goldenrod. HEX triplet: AE, 73 and 11. RGB value is (174,115,17). Sum of RGB (Red+Green+Blue) = 174+115+17=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7311 is #518CEE. Grayscale: #797979. Windows color (decimal): -5344495 or 1143726. OLE color: 1143726.

HSL color Cylindrical-coordinate representation of color #AE7311: hue angle of 37.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE7311 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 115 17 -
CMYK 0 0.34 0.90 0.32
HSL 37.45º 0.82% 0.37% -
HSV(B) 37.45º 0.9% 0.68% -
XYZ 23.69 21.3 3.39 -
YUV 121.47 69.05 165.47 -
System Red Green Blue C M Y K H S L
Decimal 174 115 17 0 0.34 0.90 0.32 37.45 0.82 0.37
Hex AE 73 11 0 22 5A 20 25 52 25
Octal 256 163 21 0 42 132 40 45 122 45
Binary 10101110 1110011 10001 0 100010 1011010 100000 100101 1010010 100101

Color Harmonies of #AE7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7311

Black with #AE7311

Text Example


Text Example

White with #AE7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7311; }

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

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

background-color css

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

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

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

border-color css

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

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

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