Html Css Color HEX #AE5A1B Rich Gold

📋 copy color: '#AE5A1B'

red 174 ◦ green 90 ◦ blue 27

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

Shades of Rich Gold #AE5A1B

Tints of Rich Gold #AE5A1B

RGB

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

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

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

R = 59.79%
G = 30.93%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE5A1B (or 0xAE5A1B) is known color: Rich Gold. HEX triplet: AE, 5A and 1B. RGB value is (174,90,27). Sum of RGB (Red+Green+Blue) = 174+90+27=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A1B is #51A5E4. Grayscale: #6C6C6C. Windows color (decimal): -5350885 or 1792686. OLE color: 1792686.

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

Color convert

RGB 174 90 27 -
CMYK 0 0.48 0.84 0.32
HSL 25.71º 0.73% 0.39% -
HSV(B) 25.71º 0.84% 0.68% -
XYZ 21.31 16.39 3.08 -
YUV 107.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 174 90 27 0 0.48 0.84 0.32 25.71 0.73 0.39
Hex AE 5A 1B 0 30 54 20 1A 49 27
Octal 256 132 33 0 60 124 40 32 111 47
Binary 10101110 1011010 11011 0 110000 1010100 100000 11010 1001001 100111

Color Harmonies of #AE5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5A1B

Black with #AE5A1B

Text Example


Text Example

White with #AE5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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