Html Css Color HEX #AE501C Rich Gold

📋 copy color: '#AE501C'

red 174 ◦ green 80 ◦ blue 28

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

Shades of Rich Gold #AE501C

Tints of Rich Gold #AE501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 61.7%
G = 28.37%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE501C (or 0xAE501C) is known color: Rich Gold. HEX triplet: AE, 50 and 1C. RGB value is (174,80,28). Sum of RGB (Red+Green+Blue) = 174+80+28=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE501C is #51AFE3. Grayscale: #666666. Windows color (decimal): -5353444 or 1855662. OLE color: 1855662.

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

Color convert

RGB 174 80 28 -
CMYK 0 0.54 0.84 0.32
HSL 21.37º 0.72% 0.4% -
HSV(B) 21.37º 0.84% 0.68% -
XYZ 20.53 14.82 2.88 -
YUV 102.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 174 80 28 0 0.54 0.84 0.32 21.37 0.72 0.4
Hex AE 50 1C 0 36 54 20 15 48 28
Octal 256 120 34 0 66 124 40 25 110 50
Binary 10101110 1010000 11100 0 110110 1010100 100000 10101 1001000 101000

Color Harmonies of #AE501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE501C

Black with #AE501C

Text Example


Text Example

White with #AE501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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