Html Css Color HEX #AE8819 Dark Goldenrod

📋 copy color: '#AE8819'

red 174 ◦ green 136 ◦ blue 25

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

Shades of Dark Goldenrod #AE8819

Tints of Dark Goldenrod #AE8819

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.6%

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 51.94%
G = 40.6%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE8819 (or 0xAE8819) is known color: Dark Goldenrod. HEX triplet: AE, 88 and 19. RGB value is (174,136,25). Sum of RGB (Red+Green+Blue) = 174+136+25=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8819 is #5177E6. Grayscale: #878787. Windows color (decimal): -5339111 or 1673390. OLE color: 1673390.

HSL color Cylindrical-coordinate representation of color #AE8819: hue angle of 44.7º degrees, saturation: 0.75, 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 #AE8819 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 136 25 -
CMYK 0 0.22 0.86 0.32
HSL 44.7º 0.75% 0.39% -
HSV(B) 44.7º 0.86% 0.68% -
XYZ 26.44 26.68 4.68 -
YUV 134.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 174 136 25 0 0.22 0.86 0.32 44.7 0.75 0.39
Hex AE 88 19 0 16 56 20 2D 4B 27
Octal 256 210 31 0 26 126 40 55 113 47
Binary 10101110 10001000 11001 0 10110 1010110 100000 101101 1001011 100111

Color Harmonies of #AE8819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8819

Black with #AE8819

Text Example


Text Example

White with #AE8819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8819; }

 p { color: rgb(174,136,25); }

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

background-color css

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

 a { background-color: rgb(174,136,25); }

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

border-color css

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

 span { border-color: rgb(174,136,25); }

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