Html Css Color HEX #AE710C Dark Goldenrod

📋 copy color: '#AE710C'

red 174 ◦ green 113 ◦ blue 12

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

Shades of Dark Goldenrod #AE710C

Tints of Dark Goldenrod #AE710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

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

R = 58.19%
G = 37.79%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE710C (or 0xAE710C) is known color: Dark Goldenrod. HEX triplet: AE, 71 and 0C. RGB value is (174,113,12). Sum of RGB (Red+Green+Blue) = 174+113+12=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE710C is #518EF3. Grayscale: #787878. Windows color (decimal): -5345012 or 815534. OLE color: 815534.

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

Color convert

RGB 174 113 12 -
CMYK 0 0.35 0.93 0.32
HSL 37.41º 0.87% 0.36% -
HSV(B) 37.41º 0.93% 0.68% -
XYZ 23.43 20.84 3.13 -
YUV 119.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 174 113 12 0 0.35 0.93 0.32 37.41 0.87 0.36
Hex AE 71 C 0 23 5D 20 25 57 24
Octal 256 161 14 0 43 135 40 45 127 44
Binary 10101110 1110001 1100 0 100011 1011101 100000 100101 1010111 100100

Color Harmonies of #AE710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE710C

Black with #AE710C

Text Example


Text Example

White with #AE710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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