Html Css Color HEX #AE521F Rich Gold

📋 copy color: '#AE521F'

red 174 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #AE521F

Tints of Rich Gold #AE521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 60.63%
G = 28.57%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE521F (or 0xAE521F) is known color: Rich Gold. HEX triplet: AE, 52 and 1F. RGB value is (174,82,31). Sum of RGB (Red+Green+Blue) = 174+82+31=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE521F is #51ADE0. Grayscale: #676767. Windows color (decimal): -5352929 or 2052782. OLE color: 2052782.

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

Color convert

RGB 174 82 31 -
CMYK 0 0.53 0.82 0.32
HSL 21.4º 0.7% 0.4% -
HSV(B) 21.4º 0.82% 0.68% -
XYZ 20.72 15.13 3.13 -
YUV 103.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 174 82 31 0 0.53 0.82 0.32 21.4 0.7 0.4
Hex AE 52 1F 0 35 52 20 15 46 28
Octal 256 122 37 0 65 122 40 25 106 50
Binary 10101110 1010010 11111 0 110101 1010010 100000 10101 1000110 101000

Color Harmonies of #AE521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE521F

Black with #AE521F

Text Example


Text Example

White with #AE521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE521F; }

 p { color: rgb(174,82,31); }

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

background-color css

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

 a { background-color: rgb(174,82,31); }

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

border-color css

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

 span { border-color: rgb(174,82,31); }

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