Html Css Color HEX #AE5C18 Rich Gold

📋 copy color: '#AE5C18'

red 174 ◦ green 92 ◦ blue 24

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

Shades of Rich Gold #AE5C18

Tints of Rich Gold #AE5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

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

R = 60%
G = 31.72%
B = 8.28%

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

#AE5C18 (or 0xAE5C18) is known color: Rich Gold. HEX triplet: AE, 5C and 18. RGB value is (174,92,24). Sum of RGB (Red+Green+Blue) = 174+92+24=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5C18 is #51A3E7. Grayscale: #6D6D6D. Windows color (decimal): -5350376 or 1596590. OLE color: 1596590.

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

Color convert

RGB 174 92 24 -
CMYK 0 0.47 0.86 0.32
HSL 27.2º 0.76% 0.39% -
HSV(B) 27.2º 0.86% 0.68% -
XYZ 21.45 16.72 2.96 -
YUV 108.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 174 92 24 0 0.47 0.86 0.32 27.2 0.76 0.39
Hex AE 5C 18 0 2F 56 20 1B 4C 27
Octal 256 134 30 0 57 126 40 33 114 47
Binary 10101110 1011100 11000 0 101111 1010110 100000 11011 1001100 100111

Color Harmonies of #AE5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C18

Black with #AE5C18

Text Example


Text Example

White with #AE5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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