Html Css Color HEX #AE5920 Rich Gold

📋 copy color: '#AE5920'

red 174 ◦ green 89 ◦ blue 32

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

Shades of Rich Gold #AE5920

Tints of Rich Gold #AE5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 58.98%
G = 30.17%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE5920 (or 0xAE5920) is known color: Rich Gold. HEX triplet: AE, 59 and 20. RGB value is (174,89,32). Sum of RGB (Red+Green+Blue) = 174+89+32=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5920 is #51A6DF. Grayscale: #6C6C6C. Windows color (decimal): -5351136 or 2120110. OLE color: 2120110.

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

Color convert

RGB 174 89 32 -
CMYK 0 0.49 0.82 0.32
HSL 24.08º 0.69% 0.4% -
HSV(B) 24.08º 0.82% 0.68% -
XYZ 21.29 16.25 3.38 -
YUV 107.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 174 89 32 0 0.49 0.82 0.32 24.08 0.69 0.4
Hex AE 59 20 0 31 52 20 18 45 28
Octal 256 131 40 0 61 122 40 30 105 50
Binary 10101110 1011001 100000 0 110001 1010010 100000 11000 1000101 101000

Color Harmonies of #AE5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5920

Black with #AE5920

Text Example


Text Example

White with #AE5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5920; }

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

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

background-color css

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

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

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

border-color css

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

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

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