Html Css Color HEX #AE591A Rich Gold

📋 copy color: '#AE591A'

red 174 ◦ green 89 ◦ blue 26

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

Shades of Rich Gold #AE591A

Tints of Rich Gold #AE591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9%

R = 60.21%
G = 30.8%
B = 9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE591A (or 0xAE591A) is known color: Rich Gold. HEX triplet: AE, 59 and 1A. RGB value is (174,89,26). Sum of RGB (Red+Green+Blue) = 174+89+26=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE591A is #51A6E5. Grayscale: #6B6B6B. Windows color (decimal): -5351142 or 1726894. OLE color: 1726894.

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

Color convert

RGB 174 89 26 -
CMYK 0 0.49 0.85 0.32
HSL 25.54º 0.74% 0.39% -
HSV(B) 25.54º 0.85% 0.68% -
XYZ 21.21 16.22 2.99 -
YUV 107.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 174 89 26 0 0.49 0.85 0.32 25.54 0.74 0.39
Hex AE 59 1A 0 31 55 20 1A 4A 27
Octal 256 131 32 0 61 125 40 32 112 47
Binary 10101110 1011001 11010 0 110001 1010101 100000 11010 1001010 100111

Color Harmonies of #AE591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE591A

Black with #AE591A

Text Example


Text Example

White with #AE591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE591A; }

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

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

background-color css

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

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

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

border-color css

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

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

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