Html Css Color HEX #AE730C Dark Goldenrod

📋 copy color: '#AE730C'

red 174 ◦ green 115 ◦ blue 12

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

Shades of Dark Goldenrod #AE730C

Tints of Dark Goldenrod #AE730C

RGB

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

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

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

R = 57.81%
G = 38.21%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE730C (or 0xAE730C) is known color: Dark Goldenrod. HEX triplet: AE, 73 and 0C. RGB value is (174,115,12). Sum of RGB (Red+Green+Blue) = 174+115+12=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE730C is #518CF3. Grayscale: #797979. Windows color (decimal): -5344500 or 816046. OLE color: 816046.

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

Color convert

RGB 174 115 12 -
CMYK 0 0.34 0.93 0.32
HSL 38.15º 0.87% 0.36% -
HSV(B) 38.15º 0.93% 0.68% -
XYZ 23.65 21.29 3.21 -
YUV 120.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 174 115 12 0 0.34 0.93 0.32 38.15 0.87 0.36
Hex AE 73 C 0 22 5D 20 26 57 24
Octal 256 163 14 0 42 135 40 46 127 44
Binary 10101110 1110011 1100 0 100010 1011101 100000 100110 1010111 100100

Color Harmonies of #AE730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE730C

Black with #AE730C

Text Example


Text Example

White with #AE730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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