Html Css Color HEX #AE8313 Dark Goldenrod

📋 copy color: '#AE8313'

red 174 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #AE8313

Tints of Dark Goldenrod #AE8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 53.7%
G = 40.43%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE8313 (or 0xAE8313) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 13. RGB value is (174,131,19). Sum of RGB (Red+Green+Blue) = 174+131+19=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8313 is #517CEC. Grayscale: #838383. Windows color (decimal): -5340397 or 1278894. OLE color: 1278894.

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

Color convert

RGB 174 131 19 -
CMYK 0 0.25 0.89 0.32
HSL 43.35º 0.8% 0.38% -
HSV(B) 43.35º 0.89% 0.68% -
XYZ 25.69 25.28 4.14 -
YUV 131.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 174 131 19 0 0.25 0.89 0.32 43.35 0.8 0.38
Hex AE 83 13 0 19 59 20 2B 50 26
Octal 256 203 23 0 31 131 40 53 120 46
Binary 10101110 10000011 10011 0 11001 1011001 100000 101011 1010000 100110

Color Harmonies of #AE8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8313

Black with #AE8313

Text Example


Text Example

White with #AE8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8313; }

 p { color: rgb(174,131,19); }

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

background-color css

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

 a { background-color: rgb(174,131,19); }

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

border-color css

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

 span { border-color: rgb(174,131,19); }

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