Html Css Color HEX #AE511D Rich Gold

📋 copy color: '#AE511D'

red 174 ◦ green 81 ◦ blue 29

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

Shades of Rich Gold #AE511D

Tints of Rich Gold #AE511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 61.27%
G = 28.52%
B = 10.21%

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

#AE511D (or 0xAE511D) is known color: Rich Gold. HEX triplet: AE, 51 and 1D. RGB value is (174,81,29). Sum of RGB (Red+Green+Blue) = 174+81+29=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE511D is #51AEE2. Grayscale: #676767. Windows color (decimal): -5353187 or 1921454. OLE color: 1921454.

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

Color convert

RGB 174 81 29 -
CMYK 0 0.53 0.83 0.32
HSL 21.52º 0.71% 0.4% -
HSV(B) 21.52º 0.83% 0.68% -
XYZ 20.62 14.97 2.97 -
YUV 102.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 174 81 29 0 0.53 0.83 0.32 21.52 0.71 0.4
Hex AE 51 1D 0 35 53 20 16 47 28
Octal 256 121 35 0 65 123 40 26 107 50
Binary 10101110 1010001 11101 0 110101 1010011 100000 10110 1000111 101000

Color Harmonies of #AE511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE511D

Black with #AE511D

Text Example


Text Example

White with #AE511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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