Html Css Color HEX #AE541B Rich Gold

📋 copy color: '#AE541B'

red 174 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #AE541B

Tints of Rich Gold #AE541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 61.05%
G = 29.47%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE541B (or 0xAE541B) is known color: Rich Gold. HEX triplet: AE, 54 and 1B. RGB value is (174,84,27). Sum of RGB (Red+Green+Blue) = 174+84+27=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE541B is #51ABE4. Grayscale: #686868. Windows color (decimal): -5352421 or 1791150. OLE color: 1791150.

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

Color convert

RGB 174 84 27 -
CMYK 0 0.52 0.84 0.32
HSL 23.27º 0.73% 0.39% -
HSV(B) 23.27º 0.84% 0.68% -
XYZ 20.82 15.42 2.92 -
YUV 104.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 174 84 27 0 0.52 0.84 0.32 23.27 0.73 0.39
Hex AE 54 1B 0 34 54 20 17 49 27
Octal 256 124 33 0 64 124 40 27 111 47
Binary 10101110 1010100 11011 0 110100 1010100 100000 10111 1001001 100111

Color Harmonies of #AE541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE541B

Black with #AE541B

Text Example


Text Example

White with #AE541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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