Html Css Color HEX #AE740C Dark Goldenrod

📋 copy color: '#AE740C'

red 174 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #AE740C

Tints of Dark Goldenrod #AE740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 57.62%
G = 38.41%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE740C (or 0xAE740C) is known color: Dark Goldenrod. HEX triplet: AE, 74 and 0C. RGB value is (174,116,12). Sum of RGB (Red+Green+Blue) = 174+116+12=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE740C is #518BF3. Grayscale: #797979. Windows color (decimal): -5344244 or 816302. OLE color: 816302.

HSL color Cylindrical-coordinate representation of color #AE740C: hue angle of 38.52º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE740C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 116 12 -
CMYK 0 0.33 0.93 0.32
HSL 38.52º 0.87% 0.36% -
HSV(B) 38.52º 0.93% 0.68% -
XYZ 23.77 21.52 3.25 -
YUV 121.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 174 116 12 0 0.33 0.93 0.32 38.52 0.87 0.36
Hex AE 74 C 0 21 5D 20 27 57 24
Octal 256 164 14 0 41 135 40 47 127 44
Binary 10101110 1110100 1100 0 100001 1011101 100000 100111 1010111 100100

Color Harmonies of #AE740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE740C

Black with #AE740C

Text Example


Text Example

White with #AE740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE740C; }

 p { color: rgb(174,116,12); }

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

background-color css

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

 a { background-color: rgb(174,116,12); }

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

border-color css

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

 span { border-color: rgb(174,116,12); }

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