Html Css Color HEX #AE700A Dark Goldenrod

📋 copy color: '#AE700A'

red 174 ◦ green 112 ◦ blue 10

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

Shades of Dark Goldenrod #AE700A

Tints of Dark Goldenrod #AE700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 58.78%
G = 37.84%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE700A (or 0xAE700A) is known color: Dark Goldenrod. HEX triplet: AE, 70 and 0A. RGB value is (174,112,10). Sum of RGB (Red+Green+Blue) = 174+112+10=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE700A is #518FF5. Grayscale: #777777. Windows color (decimal): -5345270 or 684206. OLE color: 684206.

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

Color convert

RGB 174 112 10 -
CMYK 0 0.36 0.94 0.32
HSL 37.32º 0.89% 0.36% -
HSV(B) 37.32º 0.94% 0.68% -
XYZ 23.3 20.61 3.04 -
YUV 118.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 174 112 10 0 0.36 0.94 0.32 37.32 0.89 0.36
Hex AE 70 A 0 24 5E 20 25 59 24
Octal 256 160 12 0 44 136 40 45 131 44
Binary 10101110 1110000 1010 0 100100 1011110 100000 100101 1011001 100100

Color Harmonies of #AE700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE700A

Black with #AE700A

Text Example


Text Example

White with #AE700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE700A; }

 p { color: rgb(174,112,10); }

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

background-color css

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

 a { background-color: rgb(174,112,10); }

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

border-color css

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

 span { border-color: rgb(174,112,10); }

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