Html Css Color HEX #AAA146 Brass

📋 copy color: '#AAA146'

red 170 ◦ green 161 ◦ blue 70

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

Shades of Brass #AAA146

Tints of Brass #AAA146

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 42.39%
G = 40.15%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA146 (or 0xAAA146) is known color: Brass. HEX triplet: AA, A1 and 46. RGB value is (170,161,70). Sum of RGB (Red+Green+Blue) = 170+161+70=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA146 is #555EB9. Grayscale: #999999. Windows color (decimal): -5594810 or 4628906. OLE color: 4628906.

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

Color convert

RGB 170 161 70 -
CMYK 0 0.05 0.59 0.33
HSL 54.6º 0.42% 0.47% -
HSV(B) 54.6º 0.59% 0.67% -
XYZ 30.43 34.48 10.85 -
YUV 153.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 170 161 70 0 0.05 0.59 0.33 54.6 0.42 0.47
Hex AA A1 46 0 5 3B 21 37 2A 2F
Octal 252 241 106 0 5 73 41 67 52 57
Binary 10101010 10100001 1000110 0 101 111011 100001 110111 101010 101111

Color Harmonies of #AAA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA146

Black with #AAA146

Text Example


Text Example

White with #AAA146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA146; }

 p { color: rgb(170,161,70); }

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

background-color css

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

 a { background-color: rgb(170,161,70); }

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

border-color css

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

 span { border-color: rgb(170,161,70); }

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