Html Css Color HEX #AA9F47 Brass

📋 copy color: '#AA9F47'

red 170 ◦ green 159 ◦ blue 71

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

Shades of Brass #AA9F47

Tints of Brass #AA9F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 42.5%
G = 39.75%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9F47 (or 0xAA9F47) is known color: Brass. HEX triplet: AA, 9F and 47. RGB value is (170,159,71). Sum of RGB (Red+Green+Blue) = 170+159+71=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F47 is #5560B8. Grayscale: #989898. Windows color (decimal): -5595321 or 4693930. OLE color: 4693930.

HSL color Cylindrical-coordinate representation of color #AA9F47: hue angle of 53.33º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA9F47 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 71 -
CMYK 0 0.06 0.58 0.33
HSL 53.33º 0.41% 0.47% -
HSV(B) 53.33º 0.58% 0.67% -
XYZ 30.11 33.8 10.9 -
YUV 152.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 170 159 71 0 0.06 0.58 0.33 53.33 0.41 0.47
Hex AA 9F 47 0 6 3A 21 35 29 2F
Octal 252 237 107 0 6 72 41 65 51 57
Binary 10101010 10011111 1000111 0 110 111010 100001 110101 101001 101111

Color Harmonies of #AA9F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F47

Black with #AA9F47

Text Example


Text Example

White with #AA9F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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