Html Css Color HEX #AA9F49 Brass

📋 copy color: '#AA9F49'

red 170 ◦ green 159 ◦ blue 73

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

Shades of Brass #AA9F49

Tints of Brass #AA9F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.55%

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

R = 42.29%
G = 39.55%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA9F49 (or 0xAA9F49) is known color: Brass. HEX triplet: AA, 9F and 49. RGB value is (170,159,73). Sum of RGB (Red+Green+Blue) = 170+159+73=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F49 is #5560B6. Grayscale: #989898. Windows color (decimal): -5595319 or 4825002. OLE color: 4825002.

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

Color convert

RGB 170 159 73 -
CMYK 0 0.06 0.57 0.33
HSL 53.2º 0.4% 0.48% -
HSV(B) 53.2º 0.57% 0.67% -
XYZ 30.18 33.82 11.24 -
YUV 152.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 170 159 73 0 0.06 0.57 0.33 53.2 0.4 0.48
Hex AA 9F 49 0 6 39 21 35 28 30
Octal 252 237 111 0 6 71 41 65 50 60
Binary 10101010 10011111 1001001 0 110 111001 100001 110101 101000 110000

Color Harmonies of #AA9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F49

Black with #AA9F49

Text Example


Text Example

White with #AA9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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