Html Css Color HEX #AE5E1B Rich Gold

📋 copy color: '#AE5E1B'

red 174 ◦ green 94 ◦ blue 27

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

Shades of Rich Gold #AE5E1B

Tints of Rich Gold #AE5E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 58.98%
G = 31.86%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE5E1B (or 0xAE5E1B) is known color: Rich Gold. HEX triplet: AE, 5E and 1B. RGB value is (174,94,27). Sum of RGB (Red+Green+Blue) = 174+94+27=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E1B is #51A1E4. Grayscale: #6E6E6E. Windows color (decimal): -5349861 or 1793710. OLE color: 1793710.

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

Color convert

RGB 174 94 27 -
CMYK 0 0.46 0.84 0.32
HSL 27.35º 0.73% 0.39% -
HSV(B) 27.35º 0.84% 0.68% -
XYZ 21.66 17.08 3.19 -
YUV 110.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 174 94 27 0 0.46 0.84 0.32 27.35 0.73 0.39
Hex AE 5E 1B 0 2E 54 20 1B 49 27
Octal 256 136 33 0 56 124 40 33 111 47
Binary 10101110 1011110 11011 0 101110 1010100 100000 11011 1001001 100111

Color Harmonies of #AE5E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E1B

Black with #AE5E1B

Text Example


Text Example

White with #AE5E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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