Html Css Color HEX #AE5420 Rich Gold

📋 copy color: '#AE5420'

red 174 ◦ green 84 ◦ blue 32

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

Shades of Rich Gold #AE5420

Tints of Rich Gold #AE5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 60%
G = 28.97%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE5420 (or 0xAE5420) is known color: Rich Gold. HEX triplet: AE, 54 and 20. RGB value is (174,84,32). Sum of RGB (Red+Green+Blue) = 174+84+32=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5420 is #51ABDF. Grayscale: #696969. Windows color (decimal): -5352416 or 2118830. OLE color: 2118830.

HSL color Cylindrical-coordinate representation of color #AE5420: hue angle of 21.97º degrees, saturation: 0.69, 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 #AE5420 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 84 32 -
CMYK 0 0.52 0.82 0.32
HSL 21.97º 0.69% 0.4% -
HSV(B) 21.97º 0.82% 0.68% -
XYZ 20.89 15.44 3.25 -
YUV 104.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 174 84 32 0 0.52 0.82 0.32 21.97 0.69 0.4
Hex AE 54 20 0 34 52 20 16 45 28
Octal 256 124 40 0 64 122 40 26 105 50
Binary 10101110 1010100 100000 0 110100 1010010 100000 10110 1000101 101000

Color Harmonies of #AE5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5420

Black with #AE5420

Text Example


Text Example

White with #AE5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5420; }

 p { color: rgb(174,84,32); }

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

background-color css

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

 a { background-color: rgb(174,84,32); }

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

border-color css

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

 span { border-color: rgb(174,84,32); }

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