Html Css Color HEX #AE5917 Rich Gold

📋 copy color: '#AE5917'

red 174 ◦ green 89 ◦ blue 23

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

Shades of Rich Gold #AE5917

Tints of Rich Gold #AE5917

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

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

R = 60.84%
G = 31.12%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE5917 (or 0xAE5917) is known color: Rich Gold. HEX triplet: AE, 59 and 17. RGB value is (174,89,23). Sum of RGB (Red+Green+Blue) = 174+89+23=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5917 is #51A6E8. Grayscale: #6B6B6B. Windows color (decimal): -5351145 or 1530286. OLE color: 1530286.

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

Color convert

RGB 174 89 23 -
CMYK 0 0.49 0.87 0.32
HSL 26.23º 0.77% 0.39% -
HSV(B) 26.23º 0.87% 0.68% -
XYZ 21.18 16.21 2.82 -
YUV 106.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 174 89 23 0 0.49 0.87 0.32 26.23 0.77 0.39
Hex AE 59 17 0 31 57 20 1A 4D 27
Octal 256 131 27 0 61 127 40 32 115 47
Binary 10101110 1011001 10111 0 110001 1010111 100000 11010 1001101 100111

Color Harmonies of #AE5917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5917

Black with #AE5917

Text Example


Text Example

White with #AE5917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5917; }

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

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

background-color css

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

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

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

border-color css

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

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

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