Html Css Color HEX #AE5D19 Rich Gold

📋 copy color: '#AE5D19'

red 174 ◦ green 93 ◦ blue 25

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

Shades of Rich Gold #AE5D19

Tints of Rich Gold #AE5D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

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

R = 59.59%
G = 31.85%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE5D19 (or 0xAE5D19) is known color: Rich Gold. HEX triplet: AE, 5D and 19. RGB value is (174,93,25). Sum of RGB (Red+Green+Blue) = 174+93+25=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D19 is #51A2E6. Grayscale: #6D6D6D. Windows color (decimal): -5350119 or 1662382. OLE color: 1662382.

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

Color convert

RGB 174 93 25 -
CMYK 0 0.47 0.86 0.32
HSL 27.38º 0.75% 0.39% -
HSV(B) 27.38º 0.86% 0.68% -
XYZ 21.55 16.9 3.05 -
YUV 109.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 174 93 25 0 0.47 0.86 0.32 27.38 0.75 0.39
Hex AE 5D 19 0 2F 56 20 1B 4B 27
Octal 256 135 31 0 57 126 40 33 113 47
Binary 10101110 1011101 11001 0 101111 1010110 100000 11011 1001011 100111

Color Harmonies of #AE5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D19

Black with #AE5D19

Text Example


Text Example

White with #AE5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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