Html Css Color HEX #AE8212 Dark Goldenrod

📋 copy color: '#AE8212'

red 174 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #AE8212

Tints of Dark Goldenrod #AE8212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 54.04%
G = 40.37%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE8212 (or 0xAE8212) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 12. RGB value is (174,130,18). Sum of RGB (Red+Green+Blue) = 174+130+18=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8212 is #517DED. Grayscale: #828282. Windows color (decimal): -5340654 or 1213102. OLE color: 1213102.

HSL color Cylindrical-coordinate representation of color #AE8212: hue angle of 43.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE8212 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 18 -
CMYK 0 0.25 0.90 0.32
HSL 43.08º 0.81% 0.38% -
HSV(B) 43.08º 0.9% 0.68% -
XYZ 25.55 25.01 4.05 -
YUV 130.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 174 130 18 0 0.25 0.90 0.32 43.08 0.81 0.38
Hex AE 82 12 0 19 5A 20 2B 51 26
Octal 256 202 22 0 31 132 40 53 121 46
Binary 10101110 10000010 10010 0 11001 1011010 100000 101011 1010001 100110

Color Harmonies of #AE8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8212

Black with #AE8212

Text Example


Text Example

White with #AE8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8212; }

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

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

background-color css

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

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

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

border-color css

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

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

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