Html Css Color HEX #AE501E Rich Gold

📋 copy color: '#AE501E'

red 174 ◦ green 80 ◦ blue 30

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

Shades of Rich Gold #AE501E

Tints of Rich Gold #AE501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 61.27%
G = 28.17%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE501E (or 0xAE501E) is known color: Rich Gold. HEX triplet: AE, 50 and 1E. RGB value is (174,80,30). Sum of RGB (Red+Green+Blue) = 174+80+30=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE501E is #51AFE1. Grayscale: #666666. Windows color (decimal): -5353442 or 1986734. OLE color: 1986734.

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

Color convert

RGB 174 80 30 -
CMYK 0 0.54 0.83 0.32
HSL 20.83º 0.71% 0.4% -
HSV(B) 20.83º 0.83% 0.68% -
XYZ 20.56 14.83 3.01 -
YUV 102.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 174 80 30 0 0.54 0.83 0.32 20.83 0.71 0.4
Hex AE 50 1E 0 36 53 20 15 47 28
Octal 256 120 36 0 66 123 40 25 107 50
Binary 10101110 1010000 11110 0 110110 1010011 100000 10101 1000111 101000

Color Harmonies of #AE501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE501E

Black with #AE501E

Text Example


Text Example

White with #AE501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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