Html Css Color HEX #AAA149 Brass

📋 copy color: '#AAA149'

red 170 ◦ green 161 ◦ blue 73

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

Shades of Brass #AAA149

Tints of Brass #AAA149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.85%

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

R = 42.08%
G = 39.85%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AAA149 (or 0xAAA149) is known color: Brass. HEX triplet: AA, A1 and 49. RGB value is (170,161,73). Sum of RGB (Red+Green+Blue) = 170+161+73=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA149 is #555EB6. Grayscale: #9A9A9A. Windows color (decimal): -5594807 or 4825514. OLE color: 4825514.

HSL color Cylindrical-coordinate representation of color #AAA149: hue angle of 54.43º 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 #AAA149 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 73 -
CMYK 0 0.05 0.57 0.33
HSL 54.43º 0.4% 0.48% -
HSV(B) 54.43º 0.57% 0.67% -
XYZ 30.53 34.52 11.36 -
YUV 153.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 170 161 73 0 0.05 0.57 0.33 54.43 0.4 0.48
Hex AA A1 49 0 5 39 21 36 28 30
Octal 252 241 111 0 5 71 41 66 50 60
Binary 10101010 10100001 1001001 0 101 111001 100001 110110 101000 110000

Color Harmonies of #AAA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA149

Black with #AAA149

Text Example


Text Example

White with #AAA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA149; }

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

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

background-color css

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

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

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

border-color css

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

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

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