Html Css Color HEX #AE521D Rich Gold

📋 copy color: '#AE521D'

red 174 ◦ green 82 ◦ blue 29

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

Shades of Rich Gold #AE521D

Tints of Rich Gold #AE521D

RGB

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

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

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

R = 61.05%
G = 28.77%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE521D (or 0xAE521D) is known color: Rich Gold. HEX triplet: AE, 52 and 1D. RGB value is (174,82,29). Sum of RGB (Red+Green+Blue) = 174+82+29=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE521D is #51ADE2. Grayscale: #676767. Windows color (decimal): -5352931 or 1921710. OLE color: 1921710.

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

Color convert

RGB 174 82 29 -
CMYK 0 0.53 0.83 0.32
HSL 21.93º 0.71% 0.4% -
HSV(B) 21.93º 0.83% 0.68% -
XYZ 20.69 15.12 2.99 -
YUV 103.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 174 82 29 0 0.53 0.83 0.32 21.93 0.71 0.4
Hex AE 52 1D 0 35 53 20 16 47 28
Octal 256 122 35 0 65 123 40 26 107 50
Binary 10101110 1010010 11101 0 110101 1010011 100000 10110 1000111 101000

Color Harmonies of #AE521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE521D

Black with #AE521D

Text Example


Text Example

White with #AE521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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