Html Css Color HEX #AE501B Rich Gold

📋 copy color: '#AE501B'

red 174 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #AE501B

Tints of Rich Gold #AE501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 61.92%
G = 28.47%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE501B (or 0xAE501B) is known color: Rich Gold. HEX triplet: AE, 50 and 1B. RGB value is (174,80,27). Sum of RGB (Red+Green+Blue) = 174+80+27=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE501B is #51AFE4. Grayscale: #666666. Windows color (decimal): -5353445 or 1790126. OLE color: 1790126.

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

Color convert

RGB 174 80 27 -
CMYK 0 0.54 0.84 0.32
HSL 21.63º 0.73% 0.39% -
HSV(B) 21.63º 0.84% 0.68% -
XYZ 20.52 14.82 2.81 -
YUV 102.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 174 80 27 0 0.54 0.84 0.32 21.63 0.73 0.39
Hex AE 50 1B 0 36 54 20 16 49 27
Octal 256 120 33 0 66 124 40 26 111 47
Binary 10101110 1010000 11011 0 110110 1010100 100000 10110 1001001 100111

Color Harmonies of #AE501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE501B

Black with #AE501B

Text Example


Text Example

White with #AE501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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