Html Css Color HEX #AE8513 Dark Goldenrod

📋 copy color: '#AE8513'

red 174 ◦ green 133 ◦ blue 19

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

Shades of Dark Goldenrod #AE8513

Tints of Dark Goldenrod #AE8513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 53.37%
G = 40.8%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE8513 (or 0xAE8513) is known color: Dark Goldenrod. HEX triplet: AE, 85 and 13. RGB value is (174,133,19). Sum of RGB (Red+Green+Blue) = 174+133+19=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8513 is #517AEC. Grayscale: #848484. Windows color (decimal): -5339885 or 1279406. OLE color: 1279406.

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

Color convert

RGB 174 133 19 -
CMYK 0 0.24 0.89 0.32
HSL 44.13º 0.8% 0.38% -
HSV(B) 44.13º 0.89% 0.68% -
XYZ 25.96 25.82 4.23 -
YUV 132.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 174 133 19 0 0.24 0.89 0.32 44.13 0.8 0.38
Hex AE 85 13 0 18 59 20 2C 50 26
Octal 256 205 23 0 30 131 40 54 120 46
Binary 10101110 10000101 10011 0 11000 1011001 100000 101100 1010000 100110

Color Harmonies of #AE8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8513

Black with #AE8513

Text Example


Text Example

White with #AE8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8513; }

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

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

background-color css

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

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

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

border-color css

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

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

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