Html Css Color HEX #AE5D1C Rich Gold

📋 copy color: '#AE5D1C'

red 174 ◦ green 93 ◦ blue 28

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

Shades of Rich Gold #AE5D1C

Tints of Rich Gold #AE5D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

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

R = 58.98%
G = 31.53%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE5D1C (or 0xAE5D1C) is known color: Rich Gold. HEX triplet: AE, 5D and 1C. RGB value is (174,93,28). Sum of RGB (Red+Green+Blue) = 174+93+28=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D1C is #51A2E3. Grayscale: #6E6E6E. Windows color (decimal): -5350116 or 1858990. OLE color: 1858990.

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

Color convert

RGB 174 93 28 -
CMYK 0 0.47 0.84 0.32
HSL 26.71º 0.72% 0.4% -
HSV(B) 26.71º 0.84% 0.68% -
XYZ 21.58 16.91 3.23 -
YUV 109.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 174 93 28 0 0.47 0.84 0.32 26.71 0.72 0.4
Hex AE 5D 1C 0 2F 54 20 1B 48 28
Octal 256 135 34 0 57 124 40 33 110 50
Binary 10101110 1011101 11100 0 101111 1010100 100000 11011 1001000 101000

Color Harmonies of #AE5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D1C

Black with #AE5D1C

Text Example


Text Example

White with #AE5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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