Html Css Color HEX #AEAA49 Brass

📋 copy color: '#AEAA49'

red 174 ◦ green 170 ◦ blue 73

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

Shades of Brass #AEAA49

Tints of Brass #AEAA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 41.73%
G = 40.77%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AEAA49 (or 0xAEAA49) is known color: Brass. HEX triplet: AE, AA and 49. RGB value is (174,170,73). Sum of RGB (Red+Green+Blue) = 174+170+73=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA49 is #5155B6. Grayscale: #A0A0A0. Windows color (decimal): -5330359 or 4827822. OLE color: 4827822.

HSL color Cylindrical-coordinate representation of color #AEAA49: hue angle of 57.62º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEAA49 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 170 73 -
CMYK 0 0.02 0.58 0.32
HSL 57.62º 0.41% 0.48% -
HSV(B) 57.62º 0.58% 0.68% -
XYZ 33.03 38.23 11.94 -
YUV 160.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 174 170 73 0 0.02 0.58 0.32 57.62 0.41 0.48
Hex AE AA 49 0 2 3A 20 3A 29 30
Octal 256 252 111 0 2 72 40 72 51 60
Binary 10101110 10101010 1001001 0 10 111010 100000 111010 101001 110000

Color Harmonies of #AEAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA49

Black with #AEAA49

Text Example


Text Example

White with #AEAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA49; }

 p { color: rgb(174,170,73); }

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

background-color css

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

 a { background-color: rgb(174,170,73); }

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

border-color css

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

 span { border-color: rgb(174,170,73); }

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