Html Css Color HEX #AE521B Rich Gold

📋 copy color: '#AE521B'

red 174 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #AE521B

Tints of Rich Gold #AE521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 61.48%
G = 28.98%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE521B (or 0xAE521B) is known color: Rich Gold. HEX triplet: AE, 52 and 1B. RGB value is (174,82,27). Sum of RGB (Red+Green+Blue) = 174+82+27=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE521B is #51ADE4. Grayscale: #676767. Windows color (decimal): -5352933 or 1790638. OLE color: 1790638.

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

Color convert

RGB 174 82 27 -
CMYK 0 0.53 0.84 0.32
HSL 22.45º 0.73% 0.39% -
HSV(B) 22.45º 0.84% 0.68% -
XYZ 20.67 15.11 2.86 -
YUV 103.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 174 82 27 0 0.53 0.84 0.32 22.45 0.73 0.39
Hex AE 52 1B 0 35 54 20 16 49 27
Octal 256 122 33 0 65 124 40 26 111 47
Binary 10101110 1010010 11011 0 110101 1010100 100000 10110 1001001 100111

Color Harmonies of #AE521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE521B

Black with #AE521B

Text Example


Text Example

White with #AE521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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