Html Css Color HEX #AAAE49 Brass

📋 copy color: '#AAAE49'

red 170 ◦ green 174 ◦ blue 73

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

Shades of Brass #AAAE49

Tints of Brass #AAAE49

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 170 174 73 -
CMYK 0.02 0 0.58 0.32
HSL 62.38º 0.41% 0.48% -
HSV(B) 62.38º 0.58% 0.68% -
XYZ 32.92 39.3 12.15 -
YUV 161.29 78.17 134.21 -
System Red Green Blue C M Y K H S L
Decimal 170 174 73 0.02 0 0.58 0.32 62.38 0.41 0.48
Hex AA AE 49 2 0 3A 20 3E 29 30
Octal 252 256 111 2 0 72 40 76 51 60
Binary 10101010 10101110 1001001 10 0 111010 100000 111110 101001 110000

Color Harmonies of #AAAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE49

Black with #AAAE49

Text Example


Text Example

White with #AAAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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