Html Css Color HEX #AE8210 Dark Goldenrod

📋 copy color: '#AE8210'

red 174 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #AE8210

Tints of Dark Goldenrod #AE8210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

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

R = 54.38%
G = 40.63%
B = 5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE8210 (or 0xAE8210) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 10. RGB value is (174,130,16). Sum of RGB (Red+Green+Blue) = 174+130+16=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8210 is #517DEF. Grayscale: #828282. Windows color (decimal): -5340656 or 1082030. OLE color: 1082030.

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

Color convert

RGB 174 130 16 -
CMYK 0 0.25 0.91 0.32
HSL 43.29º 0.83% 0.37% -
HSV(B) 43.29º 0.91% 0.68% -
XYZ 25.53 25 3.97 -
YUV 130.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 174 130 16 0 0.25 0.91 0.32 43.29 0.83 0.37
Hex AE 82 10 0 19 5B 20 2B 53 25
Octal 256 202 20 0 31 133 40 53 123 45
Binary 10101110 10000010 10000 0 11001 1011011 100000 101011 1010011 100101

Color Harmonies of #AE8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8210

Black with #AE8210

Text Example


Text Example

White with #AE8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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