Html Css Color HEX #AE5E1C Rich Gold

📋 copy color: '#AE5E1C'

red 174 ◦ green 94 ◦ blue 28

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

Shades of Rich Gold #AE5E1C

Tints of Rich Gold #AE5E1C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

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

R = 58.78%
G = 31.76%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE5E1C (or 0xAE5E1C) is known color: Rich Gold. HEX triplet: AE, 5E and 1C. RGB value is (174,94,28). Sum of RGB (Red+Green+Blue) = 174+94+28=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E1C is #51A1E3. Grayscale: #6E6E6E. Windows color (decimal): -5349860 or 1859246. OLE color: 1859246.

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

Color convert

RGB 174 94 28 -
CMYK 0 0.46 0.84 0.32
HSL 27.12º 0.72% 0.4% -
HSV(B) 27.12º 0.84% 0.68% -
XYZ 21.67 17.09 3.25 -
YUV 110.4 81.5 173.37 -
System Red Green Blue C M Y K H S L
Decimal 174 94 28 0 0.46 0.84 0.32 27.12 0.72 0.4
Hex AE 5E 1C 0 2E 54 20 1B 48 28
Octal 256 136 34 0 56 124 40 33 110 50
Binary 10101110 1011110 11100 0 101110 1010100 100000 11011 1001000 101000

Color Harmonies of #AE5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E1C

Black with #AE5E1C

Text Example


Text Example

White with #AE5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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