Html Css Color HEX #AE5D1A Rich Gold

📋 copy color: '#AE5D1A'

red 174 ◦ green 93 ◦ blue 26

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

Shades of Rich Gold #AE5D1A

Tints of Rich Gold #AE5D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 59.39%
G = 31.74%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE5D1A (or 0xAE5D1A) is known color: Rich Gold. HEX triplet: AE, 5D and 1A. RGB value is (174,93,26). Sum of RGB (Red+Green+Blue) = 174+93+26=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D1A is #51A2E5. Grayscale: #6D6D6D. Windows color (decimal): -5350118 or 1727918. OLE color: 1727918.

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

Color convert

RGB 174 93 26 -
CMYK 0 0.47 0.85 0.32
HSL 27.16º 0.74% 0.39% -
HSV(B) 27.16º 0.85% 0.68% -
XYZ 21.56 16.9 3.1 -
YUV 109.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 174 93 26 0 0.47 0.85 0.32 27.16 0.74 0.39
Hex AE 5D 1A 0 2F 55 20 1B 4A 27
Octal 256 135 32 0 57 125 40 33 112 47
Binary 10101110 1011101 11010 0 101111 1010101 100000 11011 1001010 100111

Color Harmonies of #AE5D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D1A

Black with #AE5D1A

Text Example


Text Example

White with #AE5D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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