Html Css Color HEX #AE7210 Dark Goldenrod

📋 copy color: '#AE7210'

red 174 ◦ green 114 ◦ blue 16

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

Shades of Dark Goldenrod #AE7210

Tints of Dark Goldenrod #AE7210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 57.24%
G = 37.5%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE7210 (or 0xAE7210) is known color: Dark Goldenrod. HEX triplet: AE, 72 and 10. RGB value is (174,114,16). Sum of RGB (Red+Green+Blue) = 174+114+16=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7210 is #518DEF. Grayscale: #797979. Windows color (decimal): -5344752 or 1077934. OLE color: 1077934.

HSL color Cylindrical-coordinate representation of color #AE7210: hue angle of 37.22º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE7210 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 16 -
CMYK 0 0.34 0.91 0.32
HSL 37.22º 0.83% 0.37% -
HSV(B) 37.22º 0.91% 0.68% -
XYZ 23.57 21.07 3.32 -
YUV 120.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 174 114 16 0 0.34 0.91 0.32 37.22 0.83 0.37
Hex AE 72 10 0 22 5B 20 25 53 25
Octal 256 162 20 0 42 133 40 45 123 45
Binary 10101110 1110010 10000 0 100010 1011011 100000 100101 1010011 100101

Color Harmonies of #AE7210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7210

Black with #AE7210

Text Example


Text Example

White with #AE7210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7210; }

 p { color: rgb(174,114,16); }

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

background-color css

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

 a { background-color: rgb(174,114,16); }

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

border-color css

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

 span { border-color: rgb(174,114,16); }

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