Html Css Color HEX #AE5A16 Rich Gold

📋 copy color: '#AE5A16'

red 174 ◦ green 90 ◦ blue 22

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

Shades of Rich Gold #AE5A16

Tints of Rich Gold #AE5A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 60.84%
G = 31.47%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE5A16 (or 0xAE5A16) is known color: Rich Gold. HEX triplet: AE, 5A and 16. RGB value is (174,90,22). Sum of RGB (Red+Green+Blue) = 174+90+22=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5A16 is #51A5E9. Grayscale: #6B6B6B. Windows color (decimal): -5350890 or 1465006. OLE color: 1465006.

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

Color convert

RGB 174 90 22 -
CMYK 0 0.48 0.87 0.32
HSL 26.84º 0.78% 0.38% -
HSV(B) 26.84º 0.87% 0.68% -
XYZ 21.26 16.37 2.8 -
YUV 107.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 174 90 22 0 0.48 0.87 0.32 26.84 0.78 0.38
Hex AE 5A 16 0 30 57 20 1B 4E 26
Octal 256 132 26 0 60 127 40 33 116 46
Binary 10101110 1011010 10110 0 110000 1010111 100000 11011 1001110 100110

Color Harmonies of #AE5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5A16

Black with #AE5A16

Text Example


Text Example

White with #AE5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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