Html Css Color HEX #AE511E Rich Gold

📋 copy color: '#AE511E'

red 174 ◦ green 81 ◦ blue 30

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

Shades of Rich Gold #AE511E

Tints of Rich Gold #AE511E

RGB

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

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

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

R = 61.05%
G = 28.42%
B = 10.53%

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

#AE511E (or 0xAE511E) is known color: Rich Gold. HEX triplet: AE, 51 and 1E. RGB value is (174,81,30). Sum of RGB (Red+Green+Blue) = 174+81+30=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE511E is #51AEE1. Grayscale: #676767. Windows color (decimal): -5353186 or 1986990. OLE color: 1986990.

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

Color convert

RGB 174 81 30 -
CMYK 0 0.53 0.83 0.32
HSL 21.25º 0.71% 0.4% -
HSV(B) 21.25º 0.83% 0.68% -
XYZ 20.63 14.98 3.03 -
YUV 102.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 174 81 30 0 0.53 0.83 0.32 21.25 0.71 0.4
Hex AE 51 1E 0 35 53 20 15 47 28
Octal 256 121 36 0 65 123 40 25 107 50
Binary 10101110 1010001 11110 0 110101 1010011 100000 10101 1000111 101000

Color Harmonies of #AE511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE511E

Black with #AE511E

Text Example


Text Example

White with #AE511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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