Html Css Color HEX #AE8C13 Dark Goldenrod

📋 copy color: '#AE8C13'

red 174 ◦ green 140 ◦ blue 19

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

Shades of Dark Goldenrod #AE8C13

Tints of Dark Goldenrod #AE8C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

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

R = 52.25%
G = 42.04%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE8C13 (or 0xAE8C13) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 13. RGB value is (174,140,19). Sum of RGB (Red+Green+Blue) = 174+140+19=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C13 is #5173EC. Grayscale: #888888. Windows color (decimal): -5338093 or 1281198. OLE color: 1281198.

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

Color convert

RGB 174 140 19 -
CMYK 0 0.20 0.89 0.32
HSL 46.84º 0.8% 0.38% -
HSV(B) 46.84º 0.89% 0.68% -
XYZ 26.95 27.8 4.56 -
YUV 136.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 174 140 19 0 0.20 0.89 0.32 46.84 0.8 0.38
Hex AE 8C 13 0 14 59 20 2F 50 26
Octal 256 214 23 0 24 131 40 57 120 46
Binary 10101110 10001100 10011 0 10100 1011001 100000 101111 1010000 100110

Color Harmonies of #AE8C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C13

Black with #AE8C13

Text Example


Text Example

White with #AE8C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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