Html Css Color HEX #AE5019 Rich Gold

📋 copy color: '#AE5019'

red 174 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #AE5019

Tints of Rich Gold #AE5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 62.37%
G = 28.67%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE5019 (or 0xAE5019) is known color: Rich Gold. HEX triplet: AE, 50 and 19. RGB value is (174,80,25). Sum of RGB (Red+Green+Blue) = 174+80+25=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5019 is #51AFE6. Grayscale: #666666. Windows color (decimal): -5353447 or 1659054. OLE color: 1659054.

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

Color convert

RGB 174 80 25 -
CMYK 0 0.54 0.86 0.32
HSL 22.15º 0.75% 0.39% -
HSV(B) 22.15º 0.86% 0.68% -
XYZ 20.5 14.81 2.7 -
YUV 101.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 174 80 25 0 0.54 0.86 0.32 22.15 0.75 0.39
Hex AE 50 19 0 36 56 20 16 4B 27
Octal 256 120 31 0 66 126 40 26 113 47
Binary 10101110 1010000 11001 0 110110 1010110 100000 10110 1001011 100111

Color Harmonies of #AE5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5019

Black with #AE5019

Text Example


Text Example

White with #AE5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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