Html Css Color HEX #A1AA3B Brass

📋 copy color: '#A1AA3B'

red 161 ◦ green 170 ◦ blue 59

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

Shades of Brass #A1AA3B

Tints of Brass #A1AA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.13%

R = 41.28%
G = 43.59%
B = 15.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#A1AA3B (or 0xA1AA3B) is known color: Brass. HEX triplet: A1, AA and 3B. RGB value is (161,170,59). Sum of RGB (Red+Green+Blue) = 161+170+59=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA3B is #5E55C4. Grayscale: #9B9B9B. Windows color (decimal): -6182341 or 3910305. OLE color: 3910305.

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

Color convert

RGB 161 170 59 -
CMYK 0.05 0 0.65 0.33
HSL 64.86º 0.48% 0.45% -
HSV(B) 64.86º 0.65% 0.67% -
XYZ 29.86 36.64 9.64 -
YUV 154.66 74.02 132.53 -
System Red Green Blue C M Y K H S L
Decimal 161 170 59 0.05 0 0.65 0.33 64.86 0.48 0.45
Hex A1 AA 3B 5 0 41 21 41 30 2D
Octal 241 252 73 5 0 101 41 101 60 55
Binary 10100001 10101010 111011 101 0 1000001 100001 1000001 110000 101101

Color Harmonies of #A1AA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA3B

Black with #A1AA3B

Text Example


Text Example

White with #A1AA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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