Html Css Color HEX #AE5613 Rich Gold

📋 copy color: '#AE5613'

red 174 ◦ green 86 ◦ blue 19

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

Shades of Rich Gold #AE5613

Tints of Rich Gold #AE5613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 62.37%
G = 30.82%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE5613 (or 0xAE5613) is known color: Rich Gold. HEX triplet: AE, 56 and 13. RGB value is (174,86,19). Sum of RGB (Red+Green+Blue) = 174+86+19=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5613 is #51A9EC. Grayscale: #696969. Windows color (decimal): -5351917 or 1267374. OLE color: 1267374.

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

Color convert

RGB 174 86 19 -
CMYK 0 0.51 0.89 0.32
HSL 25.94º 0.8% 0.38% -
HSV(B) 25.94º 0.89% 0.68% -
XYZ 20.9 15.7 2.55 -
YUV 104.67 79.65 177.45 -
System Red Green Blue C M Y K H S L
Decimal 174 86 19 0 0.51 0.89 0.32 25.94 0.8 0.38
Hex AE 56 13 0 33 59 20 1A 50 26
Octal 256 126 23 0 63 131 40 32 120 46
Binary 10101110 1010110 10011 0 110011 1011001 100000 11010 1010000 100110

Color Harmonies of #AE5613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5613

Black with #AE5613

Text Example


Text Example

White with #AE5613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5613; }

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

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

background-color css

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

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

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

border-color css

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

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

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