Html Css Color HEX #AE5520 Rich Gold

📋 copy color: '#AE5520'

red 174 ◦ green 85 ◦ blue 32

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

Shades of Rich Gold #AE5520

Tints of Rich Gold #AE5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 59.79%
G = 29.21%
B = 11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE5520 (or 0xAE5520) is known color: Rich Gold. HEX triplet: AE, 55 and 20. RGB value is (174,85,32). Sum of RGB (Red+Green+Blue) = 174+85+32=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5520 is #51AADF. Grayscale: #696969. Windows color (decimal): -5352160 or 2119086. OLE color: 2119086.

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

Color convert

RGB 174 85 32 -
CMYK 0 0.51 0.82 0.32
HSL 22.39º 0.69% 0.4% -
HSV(B) 22.39º 0.82% 0.68% -
XYZ 20.96 15.6 3.27 -
YUV 105.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 174 85 32 0 0.51 0.82 0.32 22.39 0.69 0.4
Hex AE 55 20 0 33 52 20 16 45 28
Octal 256 125 40 0 63 122 40 26 105 50
Binary 10101110 1010101 100000 0 110011 1010010 100000 10110 1000101 101000

Color Harmonies of #AE5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5520

Black with #AE5520

Text Example


Text Example

White with #AE5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5520; }

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

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

background-color css

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

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

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

border-color css

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

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

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