Html Css Color HEX #AE511F Rich Gold

📋 copy color: '#AE511F'

red 174 ◦ green 81 ◦ blue 31

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

Shades of Rich Gold #AE511F

Tints of Rich Gold #AE511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 60.84%
G = 28.32%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE511F (or 0xAE511F) is known color: Rich Gold. HEX triplet: AE, 51 and 1F. RGB value is (174,81,31). Sum of RGB (Red+Green+Blue) = 174+81+31=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE511F is #51AEE0. Grayscale: #676767. Windows color (decimal): -5353185 or 2052526. OLE color: 2052526.

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

Color convert

RGB 174 81 31 -
CMYK 0 0.53 0.82 0.32
HSL 20.98º 0.7% 0.4% -
HSV(B) 20.98º 0.82% 0.68% -
XYZ 20.65 14.98 3.1 -
YUV 103.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 174 81 31 0 0.53 0.82 0.32 20.98 0.7 0.4
Hex AE 51 1F 0 35 52 20 15 46 28
Octal 256 121 37 0 65 122 40 25 106 50
Binary 10101110 1010001 11111 0 110101 1010010 100000 10101 1000110 101000

Color Harmonies of #AE511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE511F

Black with #AE511F

Text Example


Text Example

White with #AE511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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