Html Css Color HEX #AAA549 Brass

📋 copy color: '#AAA549'

red 170 ◦ green 165 ◦ blue 73

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

Shades of Brass #AAA549

Tints of Brass #AAA549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 41.67%
G = 40.44%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AAA549 (or 0xAAA549) is known color: Brass. HEX triplet: AA, A5 and 49. RGB value is (170,165,73). Sum of RGB (Red+Green+Blue) = 170+165+73=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA549 is #555AB6. Grayscale: #9C9C9C. Windows color (decimal): -5593783 or 4826538. OLE color: 4826538.

HSL color Cylindrical-coordinate representation of color #AAA549: hue angle of 56.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAA549 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 73 -
CMYK 0 0.03 0.57 0.33
HSL 56.91º 0.4% 0.48% -
HSV(B) 56.91º 0.57% 0.67% -
XYZ 31.24 35.94 11.59 -
YUV 156.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 170 165 73 0 0.03 0.57 0.33 56.91 0.4 0.48
Hex AA A5 49 0 3 39 21 39 28 30
Octal 252 245 111 0 3 71 41 71 50 60
Binary 10101010 10100101 1001001 0 11 111001 100001 111001 101000 110000

Color Harmonies of #AAA549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA549

Black with #AAA549

Text Example


Text Example

White with #AAA549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA549; }

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

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

background-color css

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

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

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

border-color css

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

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

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