Html Css Color HEX #AAAD40 Brass

📋 copy color: '#AAAD40'

red 170 ◦ green 173 ◦ blue 64

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

Shades of Brass #AAAD40

Tints of Brass #AAAD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.72%

R = 41.77%
G = 42.51%
B = 15.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AAAD40 (or 0xAAAD40) is known color: Brass. HEX triplet: AA, AD and 40. RGB value is (170,173,64). Sum of RGB (Red+Green+Blue) = 170+173+64=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD40 is #5552BF. Grayscale: #A0A0A0. Windows color (decimal): -5591744 or 4238762. OLE color: 4238762.

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

Color convert

RGB 170 173 64 -
CMYK 0.02 0 0.63 0.32
HSL 61.65º 0.46% 0.46% -
HSV(B) 61.65º 0.63% 0.68% -
XYZ 32.45 38.8 10.63 -
YUV 159.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 170 173 64 0.02 0 0.63 0.32 61.65 0.46 0.46
Hex AA AD 40 2 0 3F 20 3E 2E 2E
Octal 252 255 100 2 0 77 40 76 56 56
Binary 10101010 10101101 1000000 10 0 111111 100000 111110 101110 101110

Color Harmonies of #AAAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD40

Black with #AAAD40

Text Example


Text Example

White with #AAAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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