Html Css Color HEX #AE5320 Rich Gold

📋 copy color: '#AE5320'

red 174 ◦ green 83 ◦ blue 32

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

Shades of Rich Gold #AE5320

Tints of Rich Gold #AE5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 60.21%
G = 28.72%
B = 11.07%

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

#AE5320 (or 0xAE5320) is known color: Rich Gold. HEX triplet: AE, 53 and 20. RGB value is (174,83,32). Sum of RGB (Red+Green+Blue) = 174+83+32=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5320 is #51ACDF. Grayscale: #686868. Windows color (decimal): -5352672 or 2118574. OLE color: 2118574.

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

Color convert

RGB 174 83 32 -
CMYK 0 0.52 0.82 0.32
HSL 21.55º 0.69% 0.4% -
HSV(B) 21.55º 0.82% 0.68% -
XYZ 20.81 15.29 3.22 -
YUV 104.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 174 83 32 0 0.52 0.82 0.32 21.55 0.69 0.4
Hex AE 53 20 0 34 52 20 16 45 28
Octal 256 123 40 0 64 122 40 26 105 50
Binary 10101110 1010011 100000 0 110100 1010010 100000 10110 1000101 101000

Color Harmonies of #AE5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5320

Black with #AE5320

Text Example


Text Example

White with #AE5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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