Html Css Color HEX #AE5D18 Rich Gold

📋 copy color: '#AE5D18'

red 174 ◦ green 93 ◦ blue 24

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

Shades of Rich Gold #AE5D18

Tints of Rich Gold #AE5D18

RGB

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

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

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

R = 59.79%
G = 31.96%
B = 8.25%

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

#AE5D18 (or 0xAE5D18) is known color: Rich Gold. HEX triplet: AE, 5D and 18. RGB value is (174,93,24). Sum of RGB (Red+Green+Blue) = 174+93+24=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D18 is #51A2E7. Grayscale: #6D6D6D. Windows color (decimal): -5350120 or 1596846. OLE color: 1596846.

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

Color convert

RGB 174 93 24 -
CMYK 0 0.47 0.86 0.32
HSL 27.6º 0.76% 0.39% -
HSV(B) 27.6º 0.86% 0.68% -
XYZ 21.53 16.89 2.99 -
YUV 109.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 174 93 24 0 0.47 0.86 0.32 27.6 0.76 0.39
Hex AE 5D 18 0 2F 56 20 1C 4C 27
Octal 256 135 30 0 57 126 40 34 114 47
Binary 10101110 1011101 11000 0 101111 1010110 100000 11100 1001100 100111

Color Harmonies of #AE5D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D18

Black with #AE5D18

Text Example


Text Example

White with #AE5D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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