Html Css Color HEX #AE5117 Rich Gold

📋 copy color: '#AE5117'

red 174 ◦ green 81 ◦ blue 23

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

Shades of Rich Gold #AE5117

Tints of Rich Gold #AE5117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.27%

R = 62.59%
G = 29.14%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE5117 (or 0xAE5117) is known color: Rich Gold. HEX triplet: AE, 51 and 17. RGB value is (174,81,23). Sum of RGB (Red+Green+Blue) = 174+81+23=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5117 is #51AEE8. Grayscale: #666666. Windows color (decimal): -5353193 or 1528238. OLE color: 1528238.

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

Color convert

RGB 174 81 23 -
CMYK 0 0.53 0.87 0.32
HSL 23.05º 0.77% 0.39% -
HSV(B) 23.05º 0.87% 0.68% -
XYZ 20.55 14.95 2.61 -
YUV 102.2 83.31 179.22 -
System Red Green Blue C M Y K H S L
Decimal 174 81 23 0 0.53 0.87 0.32 23.05 0.77 0.39
Hex AE 51 17 0 35 57 20 17 4D 27
Octal 256 121 27 0 65 127 40 27 115 47
Binary 10101110 1010001 10111 0 110101 1010111 100000 10111 1001101 100111

Color Harmonies of #AE5117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5117

Black with #AE5117

Text Example


Text Example

White with #AE5117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5117; }

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

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

background-color css

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

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

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

border-color css

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

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

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