Html Css Color HEX #AE511C Rich Gold

📋 copy color: '#AE511C'

red 174 ◦ green 81 ◦ blue 28

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

Shades of Rich Gold #AE511C

Tints of Rich Gold #AE511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 61.48%
G = 28.62%
B = 9.89%

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

#AE511C (or 0xAE511C) is known color: Rich Gold. HEX triplet: AE, 51 and 1C. RGB value is (174,81,28). Sum of RGB (Red+Green+Blue) = 174+81+28=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE511C is #51AEE3. Grayscale: #676767. Windows color (decimal): -5353188 or 1855918. OLE color: 1855918.

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

Color convert

RGB 174 81 28 -
CMYK 0 0.53 0.84 0.32
HSL 21.78º 0.72% 0.4% -
HSV(B) 21.78º 0.84% 0.68% -
XYZ 20.61 14.97 2.9 -
YUV 102.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 174 81 28 0 0.53 0.84 0.32 21.78 0.72 0.4
Hex AE 51 1C 0 35 54 20 16 48 28
Octal 256 121 34 0 65 124 40 26 110 50
Binary 10101110 1010001 11100 0 110101 1010100 100000 10110 1001000 101000

Color Harmonies of #AE511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE511C

Black with #AE511C

Text Example


Text Example

White with #AE511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE511C; }

 p { color: rgb(174,81,28); }

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

background-color css

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

 a { background-color: rgb(174,81,28); }

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

border-color css

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

 span { border-color: rgb(174,81,28); }

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