Html Css Color HEX #AE8918 Dark Goldenrod

📋 copy color: '#AE8918'

red 174 ◦ green 137 ◦ blue 24

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

Shades of Dark Goldenrod #AE8918

Tints of Dark Goldenrod #AE8918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 51.94%
G = 40.9%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE8918 (or 0xAE8918) is known color: Dark Goldenrod. HEX triplet: AE, 89 and 18. RGB value is (174,137,24). Sum of RGB (Red+Green+Blue) = 174+137+24=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8918 is #5176E7. Grayscale: #878787. Windows color (decimal): -5338856 or 1608110. OLE color: 1608110.

HSL color Cylindrical-coordinate representation of color #AE8918: hue angle of 45.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE8918 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 137 24 -
CMYK 0 0.21 0.86 0.32
HSL 45.2º 0.76% 0.39% -
HSV(B) 45.2º 0.86% 0.68% -
XYZ 26.57 26.96 4.67 -
YUV 135.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 174 137 24 0 0.21 0.86 0.32 45.2 0.76 0.39
Hex AE 89 18 0 15 56 20 2D 4C 27
Octal 256 211 30 0 25 126 40 55 114 47
Binary 10101110 10001001 11000 0 10101 1010110 100000 101101 1001100 100111

Color Harmonies of #AE8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8918

Black with #AE8918

Text Example


Text Example

White with #AE8918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8918; }

 p { color: rgb(174,137,24); }

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

background-color css

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

 a { background-color: rgb(174,137,24); }

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

border-color css

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

 span { border-color: rgb(174,137,24); }

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