Html Css Color HEX #AE5E1A Rich Gold

📋 copy color: '#AE5E1A'

red 174 ◦ green 94 ◦ blue 26

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

Shades of Rich Gold #AE5E1A

Tints of Rich Gold #AE5E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

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

R = 59.18%
G = 31.97%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE5E1A (or 0xAE5E1A) is known color: Rich Gold. HEX triplet: AE, 5E and 1A. RGB value is (174,94,26). Sum of RGB (Red+Green+Blue) = 174+94+26=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E1A is #51A1E5. Grayscale: #6E6E6E. Windows color (decimal): -5349862 or 1728174. OLE color: 1728174.

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

Color convert

RGB 174 94 26 -
CMYK 0 0.46 0.85 0.32
HSL 27.57º 0.74% 0.39% -
HSV(B) 27.57º 0.85% 0.68% -
XYZ 21.64 17.08 3.13 -
YUV 110.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 174 94 26 0 0.46 0.85 0.32 27.57 0.74 0.39
Hex AE 5E 1A 0 2E 55 20 1C 4A 27
Octal 256 136 32 0 56 125 40 34 112 47
Binary 10101110 1011110 11010 0 101110 1010101 100000 11100 1001010 100111

Color Harmonies of #AE5E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E1A

Black with #AE5E1A

Text Example


Text Example

White with #AE5E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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