Html Css Color HEX #AE5416 Rich Gold

📋 copy color: '#AE5416'

red 174 ◦ green 84 ◦ blue 22

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

Shades of Rich Gold #AE5416

Tints of Rich Gold #AE5416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 62.14%
G = 30%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE5416 (or 0xAE5416) is known color: Rich Gold. HEX triplet: AE, 54 and 16. RGB value is (174,84,22). Sum of RGB (Red+Green+Blue) = 174+84+22=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5416 is #51ABE9. Grayscale: #686868. Windows color (decimal): -5352426 or 1463470. OLE color: 1463470.

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

Color convert

RGB 174 84 22 -
CMYK 0 0.52 0.87 0.32
HSL 24.47º 0.78% 0.38% -
HSV(B) 24.47º 0.87% 0.68% -
XYZ 20.77 15.4 2.64 -
YUV 103.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 174 84 22 0 0.52 0.87 0.32 24.47 0.78 0.38
Hex AE 54 16 0 34 57 20 18 4E 26
Octal 256 124 26 0 64 127 40 30 116 46
Binary 10101110 1010100 10110 0 110100 1010111 100000 11000 1001110 100110

Color Harmonies of #AE5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5416

Black with #AE5416

Text Example


Text Example

White with #AE5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5416; }

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

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

background-color css

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

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

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

border-color css

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

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

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