Html Css Color HEX #AE5D16 Rich Gold

📋 copy color: '#AE5D16'

red 174 ◦ green 93 ◦ blue 22

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

Shades of Rich Gold #AE5D16

Tints of Rich Gold #AE5D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 60.21%
G = 32.18%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE5D16 (or 0xAE5D16) is known color: Rich Gold. HEX triplet: AE, 5D and 16. RGB value is (174,93,22). Sum of RGB (Red+Green+Blue) = 174+93+22=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D16 is #51A2E9. Grayscale: #6D6D6D. Windows color (decimal): -5350122 or 1465774. OLE color: 1465774.

HSL color Cylindrical-coordinate representation of color #AE5D16: hue angle of 28.03º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE5D16 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 93 22 -
CMYK 0 0.47 0.87 0.32
HSL 28.03º 0.78% 0.38% -
HSV(B) 28.03º 0.87% 0.68% -
XYZ 21.51 16.89 2.88 -
YUV 109.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 174 93 22 0 0.47 0.87 0.32 28.03 0.78 0.38
Hex AE 5D 16 0 2F 57 20 1C 4E 26
Octal 256 135 26 0 57 127 40 34 116 46
Binary 10101110 1011101 10110 0 101111 1010111 100000 11100 1001110 100110

Color Harmonies of #AE5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D16

Black with #AE5D16

Text Example


Text Example

White with #AE5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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