Html Css Color HEX #AE521A Rich Gold

📋 copy color: '#AE521A'

red 174 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #AE521A

Tints of Rich Gold #AE521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 61.7%
G = 29.08%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE521A (or 0xAE521A) is known color: Rich Gold. HEX triplet: AE, 52 and 1A. RGB value is (174,82,26). Sum of RGB (Red+Green+Blue) = 174+82+26=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE521A is #51ADE5. Grayscale: #676767. Windows color (decimal): -5352934 or 1725102. OLE color: 1725102.

HSL color Cylindrical-coordinate representation of color #AE521A: hue angle of 22.7º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE521A is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 82 26 -
CMYK 0 0.53 0.85 0.32
HSL 22.7º 0.74% 0.39% -
HSV(B) 22.7º 0.85% 0.68% -
XYZ 20.66 15.11 2.8 -
YUV 103.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 174 82 26 0 0.53 0.85 0.32 22.7 0.74 0.39
Hex AE 52 1A 0 35 55 20 17 4A 27
Octal 256 122 32 0 65 125 40 27 112 47
Binary 10101110 1010010 11010 0 110101 1010101 100000 10111 1001010 100111

Color Harmonies of #AE521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE521A

Black with #AE521A

Text Example


Text Example

White with #AE521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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