Html Css Color HEX #AE4D1C Rich Gold

📋 copy color: '#AE4D1C'

red 174 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #AE4D1C

Tints of Rich Gold #AE4D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

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

R = 62.37%
G = 27.6%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE4D1C (or 0xAE4D1C) is known color: Rich Gold. HEX triplet: AE, 4D and 1C. RGB value is (174,77,28). Sum of RGB (Red+Green+Blue) = 174+77+28=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D1C is #51B2E3. Grayscale: #646464. Windows color (decimal): -5354212 or 1854894. OLE color: 1854894.

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

Color convert

RGB 174 77 28 -
CMYK 0 0.56 0.84 0.32
HSL 20.14º 0.72% 0.4% -
HSV(B) 20.14º 0.84% 0.68% -
XYZ 20.32 14.39 2.81 -
YUV 100.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 174 77 28 0 0.56 0.84 0.32 20.14 0.72 0.4
Hex AE 4D 1C 0 38 54 20 14 48 28
Octal 256 115 34 0 70 124 40 24 110 50
Binary 10101110 1001101 11100 0 111000 1010100 100000 10100 1001000 101000

Color Harmonies of #AE4D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D1C

Black with #AE4D1C

Text Example


Text Example

White with #AE4D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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