Html Css Color HEX #AE7312 Dark Goldenrod

📋 copy color: '#AE7312'

red 174 ◦ green 115 ◦ blue 18

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

Shades of Dark Goldenrod #AE7312

Tints of Dark Goldenrod #AE7312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 56.68%
G = 37.46%
B = 5.86%

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

#AE7312 (or 0xAE7312) is known color: Dark Goldenrod. HEX triplet: AE, 73 and 12. RGB value is (174,115,18). Sum of RGB (Red+Green+Blue) = 174+115+18=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7312 is #518CED. Grayscale: #7A7A7A. Windows color (decimal): -5344494 or 1209262. OLE color: 1209262.

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

Color convert

RGB 174 115 18 -
CMYK 0 0.34 0.90 0.32
HSL 37.31º 0.81% 0.38% -
HSV(B) 37.31º 0.9% 0.68% -
XYZ 23.7 21.3 3.44 -
YUV 121.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 174 115 18 0 0.34 0.90 0.32 37.31 0.81 0.38
Hex AE 73 12 0 22 5A 20 25 51 26
Octal 256 163 22 0 42 132 40 45 121 46
Binary 10101110 1110011 10010 0 100010 1011010 100000 100101 1010001 100110

Color Harmonies of #AE7312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7312

Black with #AE7312

Text Example


Text Example

White with #AE7312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7312; }

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

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

background-color css

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

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

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

border-color css

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

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

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