Html Css Color HEX #AE5A1E Rich Gold

📋 copy color: '#AE5A1E'

red 174 ◦ green 90 ◦ blue 30

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

Shades of Rich Gold #AE5A1E

Tints of Rich Gold #AE5A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.61%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 59.18%
G = 30.61%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE5A1E (or 0xAE5A1E) is known color: Rich Gold. HEX triplet: AE, 5A and 1E. RGB value is (174,90,30). Sum of RGB (Red+Green+Blue) = 174+90+30=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A1E is #51A5E1. Grayscale: #6C6C6C. Windows color (decimal): -5350882 or 1989294. OLE color: 1989294.

HSL color Cylindrical-coordinate representation of color #AE5A1E: hue angle of 25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE5A1E is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 90 30 -
CMYK 0 0.48 0.83 0.32
HSL 25º 0.71% 0.4% -
HSV(B) 25º 0.83% 0.68% -
XYZ 21.35 16.4 3.27 -
YUV 108.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 174 90 30 0 0.48 0.83 0.32 25 0.71 0.4
Hex AE 5A 1E 0 30 53 20 19 47 28
Octal 256 132 36 0 60 123 40 31 107 50
Binary 10101110 1011010 11110 0 110000 1010011 100000 11001 1000111 101000

Color Harmonies of #AE5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5A1E

Black with #AE5A1E

Text Example


Text Example

White with #AE5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5A1E; }

 p { color: rgb(174,90,30); }

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

background-color css

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

 a { background-color: rgb(174,90,30); }

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

border-color css

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

 span { border-color: rgb(174,90,30); }

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