Html Css Color HEX #AE5E19 Rich Gold

📋 copy color: '#AE5E19'

red 174 ◦ green 94 ◦ blue 25

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

Shades of Rich Gold #AE5E19

Tints of Rich Gold #AE5E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

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

R = 59.39%
G = 32.08%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE5E19 (or 0xAE5E19) is known color: Rich Gold. HEX triplet: AE, 5E and 19. RGB value is (174,94,25). Sum of RGB (Red+Green+Blue) = 174+94+25=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5E19 is #51A1E6. Grayscale: #6E6E6E. Windows color (decimal): -5349863 or 1662638. OLE color: 1662638.

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

Color convert

RGB 174 94 25 -
CMYK 0 0.46 0.86 0.32
HSL 27.79º 0.75% 0.39% -
HSV(B) 27.79º 0.86% 0.68% -
XYZ 21.63 17.07 3.08 -
YUV 110.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 174 94 25 0 0.46 0.86 0.32 27.79 0.75 0.39
Hex AE 5E 19 0 2E 56 20 1C 4B 27
Octal 256 136 31 0 56 126 40 34 113 47
Binary 10101110 1011110 11001 0 101110 1010110 100000 11100 1001011 100111

Color Harmonies of #AE5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E19

Black with #AE5E19

Text Example


Text Example

White with #AE5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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