Html Css Color HEX #AE501D Rich Gold

📋 copy color: '#AE501D'

red 174 ◦ green 80 ◦ blue 29

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

Shades of Rich Gold #AE501D

Tints of Rich Gold #AE501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 61.48%
G = 28.27%
B = 10.25%

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

#AE501D (or 0xAE501D) is known color: Rich Gold. HEX triplet: AE, 50 and 1D. RGB value is (174,80,29). Sum of RGB (Red+Green+Blue) = 174+80+29=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE501D is #51AFE2. Grayscale: #666666. Windows color (decimal): -5353443 or 1921198. OLE color: 1921198.

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

Color convert

RGB 174 80 29 -
CMYK 0 0.54 0.83 0.32
HSL 21.1º 0.71% 0.4% -
HSV(B) 21.1º 0.83% 0.68% -
XYZ 20.55 14.82 2.94 -
YUV 102.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 174 80 29 0 0.54 0.83 0.32 21.1 0.71 0.4
Hex AE 50 1D 0 36 53 20 15 47 28
Octal 256 120 35 0 66 123 40 25 107 50
Binary 10101110 1010000 11101 0 110110 1010011 100000 10101 1000111 101000

Color Harmonies of #AE501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE501D

Black with #AE501D

Text Example


Text Example

White with #AE501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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