Html Css Color HEX #AE521E Rich Gold

📋 copy color: '#AE521E'

red 174 ◦ green 82 ◦ blue 30

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

Shades of Rich Gold #AE521E

Tints of Rich Gold #AE521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 60.84%
G = 28.67%
B = 10.49%

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

#AE521E (or 0xAE521E) is known color: Rich Gold. HEX triplet: AE, 52 and 1E. RGB value is (174,82,30). Sum of RGB (Red+Green+Blue) = 174+82+30=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE521E is #51ADE1. Grayscale: #676767. Windows color (decimal): -5352930 or 1987246. OLE color: 1987246.

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

Color convert

RGB 174 82 30 -
CMYK 0 0.53 0.83 0.32
HSL 21.67º 0.71% 0.4% -
HSV(B) 21.67º 0.83% 0.68% -
XYZ 20.71 15.13 3.06 -
YUV 103.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 174 82 30 0 0.53 0.83 0.32 21.67 0.71 0.4
Hex AE 52 1E 0 35 53 20 16 47 28
Octal 256 122 36 0 65 123 40 26 107 50
Binary 10101110 1010010 11110 0 110101 1010011 100000 10110 1000111 101000

Color Harmonies of #AE521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE521E

Black with #AE521E

Text Example


Text Example

White with #AE521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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