Html Css Color HEX #A1AA3F Brass

📋 copy color: '#A1AA3F'

red 161 ◦ green 170 ◦ blue 63

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

Shades of Brass #A1AA3F

Tints of Brass #A1AA3F

RGB

 RED value IS 161 (63.28% from 255) = 40.86%

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

 BLUE value IS 63 (25% from 255) = 15.99%

R = 40.86%
G = 43.15%
B = 15.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#A1AA3F (or 0xA1AA3F) is known color: Brass. HEX triplet: A1, AA and 3F. RGB value is (161,170,63). Sum of RGB (Red+Green+Blue) = 161+170+63=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA3F is #5E55C0. Grayscale: #9B9B9B. Windows color (decimal): -6182337 or 4172449. OLE color: 4172449.

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

Color convert

RGB 161 170 63 -
CMYK 0.05 0 0.63 0.33
HSL 65.05º 0.46% 0.46% -
HSV(B) 65.05º 0.63% 0.67% -
XYZ 29.97 36.69 10.2 -
YUV 155.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 161 170 63 0.05 0 0.63 0.33 65.05 0.46 0.46
Hex A1 AA 3F 5 0 3F 21 41 2E 2E
Octal 241 252 77 5 0 77 41 101 56 56
Binary 10100001 10101010 111111 101 0 111111 100001 1000001 101110 101110

Color Harmonies of #A1AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA3F

Black with #A1AA3F

Text Example


Text Example

White with #A1AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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