Html Css Color HEX #AE5616 Rich Gold

📋 copy color: '#AE5616'

red 174 ◦ green 86 ◦ blue 22

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

Shades of Rich Gold #AE5616

Tints of Rich Gold #AE5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 61.7%
G = 30.5%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE5616 (or 0xAE5616) is known color: Rich Gold. HEX triplet: AE, 56 and 16. RGB value is (174,86,22). Sum of RGB (Red+Green+Blue) = 174+86+22=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5616 is #51A9E9. Grayscale: #696969. Windows color (decimal): -5351914 or 1463982. OLE color: 1463982.

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

Color convert

RGB 174 86 22 -
CMYK 0 0.51 0.87 0.32
HSL 25.26º 0.78% 0.38% -
HSV(B) 25.26º 0.87% 0.68% -
XYZ 20.93 15.71 2.69 -
YUV 105.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 174 86 22 0 0.51 0.87 0.32 25.26 0.78 0.38
Hex AE 56 16 0 33 57 20 19 4E 26
Octal 256 126 26 0 63 127 40 31 116 46
Binary 10101110 1010110 10110 0 110011 1010111 100000 11001 1001110 100110

Color Harmonies of #AE5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5616

Black with #AE5616

Text Example


Text Example

White with #AE5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5616; }

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

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

background-color css

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

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

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

border-color css

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

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

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