Html Css Color HEX #AE5515 Rich Gold

📋 copy color: '#AE5515'

red 174 ◦ green 85 ◦ blue 21

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

Shades of Rich Gold #AE5515

Tints of Rich Gold #AE5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 62.14%
G = 30.36%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE5515 (or 0xAE5515) is known color: Rich Gold. HEX triplet: AE, 55 and 15. RGB value is (174,85,21). Sum of RGB (Red+Green+Blue) = 174+85+21=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5515 is #51AAEA. Grayscale: #686868. Windows color (decimal): -5352171 or 1398190. OLE color: 1398190.

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

Color convert

RGB 174 85 21 -
CMYK 0 0.51 0.88 0.32
HSL 25.1º 0.78% 0.38% -
HSV(B) 25.1º 0.88% 0.68% -
XYZ 20.84 15.55 2.61 -
YUV 104.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 174 85 21 0 0.51 0.88 0.32 25.1 0.78 0.38
Hex AE 55 15 0 33 58 20 19 4E 26
Octal 256 125 25 0 63 130 40 31 116 46
Binary 10101110 1010101 10101 0 110011 1011000 100000 11001 1001110 100110

Color Harmonies of #AE5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5515

Black with #AE5515

Text Example


Text Example

White with #AE5515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5515; }

 p { color: rgb(174,85,21); }

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

background-color css

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

 a { background-color: rgb(174,85,21); }

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

border-color css

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

 span { border-color: rgb(174,85,21); }

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