Html Css Color HEX #AE521C Rich Gold

📋 copy color: '#AE521C'

red 174 ◦ green 82 ◦ blue 28

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

Shades of Rich Gold #AE521C

Tints of Rich Gold #AE521C

RGB

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

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

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

R = 61.27%
G = 28.87%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE521C (or 0xAE521C) is known color: Rich Gold. HEX triplet: AE, 52 and 1C. RGB value is (174,82,28). Sum of RGB (Red+Green+Blue) = 174+82+28=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE521C is #51ADE3. Grayscale: #676767. Windows color (decimal): -5352932 or 1856174. OLE color: 1856174.

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

Color convert

RGB 174 82 28 -
CMYK 0 0.53 0.84 0.32
HSL 22.19º 0.72% 0.4% -
HSV(B) 22.19º 0.84% 0.68% -
XYZ 20.68 15.12 2.93 -
YUV 103.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 174 82 28 0 0.53 0.84 0.32 22.19 0.72 0.4
Hex AE 52 1C 0 35 54 20 16 48 28
Octal 256 122 34 0 65 124 40 26 110 50
Binary 10101110 1010010 11100 0 110101 1010100 100000 10110 1001000 101000

Color Harmonies of #AE521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE521C

Black with #AE521C

Text Example


Text Example

White with #AE521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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