Html Css Color HEX #AE5E18 Rich Gold

📋 copy color: '#AE5E18'

red 174 ◦ green 94 ◦ blue 24

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

Shades of Rich Gold #AE5E18

Tints of Rich Gold #AE5E18

RGB

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

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

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

R = 59.59%
G = 32.19%
B = 8.22%

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

#AE5E18 (or 0xAE5E18) is known color: Rich Gold. HEX triplet: AE, 5E and 18. RGB value is (174,94,24). Sum of RGB (Red+Green+Blue) = 174+94+24=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5E18 is #51A1E7. Grayscale: #6E6E6E. Windows color (decimal): -5349864 or 1597102. OLE color: 1597102.

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

Color convert

RGB 174 94 24 -
CMYK 0 0.46 0.86 0.32
HSL 28º 0.76% 0.39% -
HSV(B) 28º 0.86% 0.68% -
XYZ 21.62 17.07 3.02 -
YUV 109.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 174 94 24 0 0.46 0.86 0.32 28 0.76 0.39
Hex AE 5E 18 0 2E 56 20 1C 4C 27
Octal 256 136 30 0 56 126 40 34 114 47
Binary 10101110 1011110 11000 0 101110 1010110 100000 11100 1001100 100111

Color Harmonies of #AE5E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E18

Black with #AE5E18

Text Example


Text Example

White with #AE5E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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