Html Css Color HEX #A0AA47 Brass

📋 copy color: '#A0AA47'

red 160 ◦ green 170 ◦ blue 71

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

Shades of Brass #A0AA47

Tints of Brass #A0AA47

RGB

 RED value IS 160 (62.89% from 255) = 39.9%

 GREEN value IS 170 (66.8% from 255) = 42.39%

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

R = 39.9%
G = 42.39%
B = 17.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#A0AA47 (or 0xA0AA47) is known color: Brass. HEX triplet: A0, AA and 47. RGB value is (160,170,71). Sum of RGB (Red+Green+Blue) = 160+170+71=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA47 is #5F55B8. Grayscale: #9C9C9C. Windows color (decimal): -6247865 or 4696736. OLE color: 4696736.

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

Color convert

RGB 160 170 71 -
CMYK 0.06 0 0.58 0.33
HSL 66.06º 0.41% 0.47% -
HSV(B) 66.06º 0.58% 0.67% -
XYZ 30.01 36.68 11.46 -
YUV 155.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 160 170 71 0.06 0 0.58 0.33 66.06 0.41 0.47
Hex A0 AA 47 6 0 3A 21 42 29 2F
Octal 240 252 107 6 0 72 41 102 51 57
Binary 10100000 10101010 1000111 110 0 111010 100001 1000010 101001 101111

Color Harmonies of #A0AA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA47

Black with #A0AA47

Text Example


Text Example

White with #A0AA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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