Html Css Color HEX #AE501A Rich Gold

📋 copy color: '#AE501A'

red 174 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #AE501A

Tints of Rich Gold #AE501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 62.14%
G = 28.57%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE501A (or 0xAE501A) is known color: Rich Gold. HEX triplet: AE, 50 and 1A. RGB value is (174,80,26). Sum of RGB (Red+Green+Blue) = 174+80+26=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE501A is #51AFE5. Grayscale: #666666. Windows color (decimal): -5353446 or 1724590. OLE color: 1724590.

HSL color Cylindrical-coordinate representation of color #AE501A: hue angle of 21.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE501A is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 26 -
CMYK 0 0.54 0.85 0.32
HSL 21.89º 0.74% 0.39% -
HSV(B) 21.89º 0.85% 0.68% -
XYZ 20.51 14.81 2.75 -
YUV 101.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 174 80 26 0 0.54 0.85 0.32 21.89 0.74 0.39
Hex AE 50 1A 0 36 55 20 16 4A 27
Octal 256 120 32 0 66 125 40 26 112 47
Binary 10101110 1010000 11010 0 110110 1010101 100000 10110 1001010 100111

Color Harmonies of #AE501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE501A

Black with #AE501A

Text Example


Text Example

White with #AE501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE501A; }

 p { color: rgb(174,80,26); }

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

background-color css

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

 a { background-color: rgb(174,80,26); }

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

border-color css

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

 span { border-color: rgb(174,80,26); }

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