Html Css Color HEX #AAA040 Brass

📋 copy color: '#AAA040'

red 170 ◦ green 160 ◦ blue 64

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

Shades of Brass #AAA040

Tints of Brass #AAA040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

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

R = 43.15%
G = 40.61%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAA040 (or 0xAAA040) is known color: Brass. HEX triplet: AA, A0 and 40. RGB value is (170,160,64). Sum of RGB (Red+Green+Blue) = 170+160+64=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA040 is #555FBF. Grayscale: #989898. Windows color (decimal): -5595072 or 4235434. OLE color: 4235434.

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

Color convert

RGB 170 160 64 -
CMYK 0 0.06 0.62 0.33
HSL 54.34º 0.45% 0.46% -
HSV(B) 54.34º 0.62% 0.67% -
XYZ 30.07 34.06 9.84 -
YUV 152.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 170 160 64 0 0.06 0.62 0.33 54.34 0.45 0.46
Hex AA A0 40 0 6 3E 21 36 2D 2E
Octal 252 240 100 0 6 76 41 66 55 56
Binary 10101010 10100000 1000000 0 110 111110 100001 110110 101101 101110

Color Harmonies of #AAA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA040

Black with #AAA040

Text Example


Text Example

White with #AAA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA040; }

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

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

background-color css

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

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

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

border-color css

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

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

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