Html Css Color HEX #AAAD47 Brass

📋 copy color: '#AAAD47'

red 170 ◦ green 173 ◦ blue 71

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

Shades of Brass #AAAD47

Tints of Brass #AAAD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.79%

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

R = 41.06%
G = 41.79%
B = 17.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AAAD47 (or 0xAAAD47) is known color: Brass. HEX triplet: AA, AD and 47. RGB value is (170,173,71). Sum of RGB (Red+Green+Blue) = 170+173+71=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD47 is #5552B8. Grayscale: #A0A0A0. Windows color (decimal): -5591737 or 4697514. OLE color: 4697514.

HSL color Cylindrical-coordinate representation of color #AAAD47: hue angle of 61.76º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAAD47 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 71 -
CMYK 0.02 0 0.59 0.32
HSL 61.76º 0.42% 0.48% -
HSV(B) 61.76º 0.59% 0.68% -
XYZ 32.66 38.89 11.75 -
YUV 160.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 170 173 71 0.02 0 0.59 0.32 61.76 0.42 0.48
Hex AA AD 47 2 0 3B 20 3E 2A 30
Octal 252 255 107 2 0 73 40 76 52 60
Binary 10101010 10101101 1000111 10 0 111011 100000 111110 101010 110000

Color Harmonies of #AAAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD47

Black with #AAAD47

Text Example


Text Example

White with #AAAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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