Html Css Color HEX #AE8D14 Dark Goldenrod

📋 copy color: '#AE8D14'

red 174 ◦ green 141 ◦ blue 20

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

Shades of Dark Goldenrod #AE8D14

Tints of Dark Goldenrod #AE8D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 51.94%
G = 42.09%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE8D14 (or 0xAE8D14) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 14. RGB value is (174,141,20). Sum of RGB (Red+Green+Blue) = 174+141+20=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D14 is #5172EB. Grayscale: #898989. Windows color (decimal): -5337836 or 1346990. OLE color: 1346990.

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

Color convert

RGB 174 141 20 -
CMYK 0 0.19 0.89 0.32
HSL 47.14º 0.79% 0.38% -
HSV(B) 47.14º 0.89% 0.68% -
XYZ 27.11 28.1 4.66 -
YUV 137.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 174 141 20 0 0.19 0.89 0.32 47.14 0.79 0.38
Hex AE 8D 14 0 13 59 20 2F 4F 26
Octal 256 215 24 0 23 131 40 57 117 46
Binary 10101110 10001101 10100 0 10011 1011001 100000 101111 1001111 100110

Color Harmonies of #AE8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D14

Black with #AE8D14

Text Example


Text Example

White with #AE8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D14; }

 p { color: rgb(174,141,20); }

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

background-color css

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

 a { background-color: rgb(174,141,20); }

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

border-color css

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

 span { border-color: rgb(174,141,20); }

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