Html Css Color HEX #AE8113 Dark Goldenrod

📋 copy color: '#AE8113'

red 174 ◦ green 129 ◦ blue 19

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

Shades of Dark Goldenrod #AE8113

Tints of Dark Goldenrod #AE8113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

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

R = 54.04%
G = 40.06%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE8113 (or 0xAE8113) is known color: Dark Goldenrod. HEX triplet: AE, 81 and 13. RGB value is (174,129,19). Sum of RGB (Red+Green+Blue) = 174+129+19=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8113 is #517EEC. Grayscale: #828282. Windows color (decimal): -5340909 or 1278382. OLE color: 1278382.

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

Color convert

RGB 174 129 19 -
CMYK 0 0.26 0.89 0.32
HSL 42.58º 0.8% 0.38% -
HSV(B) 42.58º 0.89% 0.68% -
XYZ 25.42 24.75 4.05 -
YUV 129.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 174 129 19 0 0.26 0.89 0.32 42.58 0.8 0.38
Hex AE 81 13 0 1A 59 20 2B 50 26
Octal 256 201 23 0 32 131 40 53 120 46
Binary 10101110 10000001 10011 0 11010 1011001 100000 101011 1010000 100110

Color Harmonies of #AE8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8113

Black with #AE8113

Text Example


Text Example

White with #AE8113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8113; }

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

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

background-color css

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

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

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

border-color css

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

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

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