Html Css Color HEX #A1A941 Brass

📋 copy color: '#A1A941'

red 161 ◦ green 169 ◦ blue 65

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

Shades of Brass #A1A941

Tints of Brass #A1A941

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 40.76%
G = 42.78%
B = 16.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A1A941 (or 0xA1A941) is known color: Brass. HEX triplet: A1, A9 and 41. RGB value is (161,169,65). Sum of RGB (Red+Green+Blue) = 161+169+65=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A941 is #5E56BE. Grayscale: #9B9B9B. Windows color (decimal): -6182591 or 4303265. OLE color: 4303265.

HSL color Cylindrical-coordinate representation of color #A1A941: hue angle of 64.62º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1A941 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 169 65 -
CMYK 0.05 0 0.62 0.34
HSL 64.62º 0.44% 0.46% -
HSV(B) 64.62º 0.62% 0.66% -
XYZ 29.84 36.33 10.44 -
YUV 154.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 161 169 65 0.05 0 0.62 0.34 64.62 0.44 0.46
Hex A1 A9 41 5 0 3E 22 41 2C 2E
Octal 241 251 101 5 0 76 42 101 54 56
Binary 10100001 10101001 1000001 101 0 111110 100010 1000001 101100 101110

Color Harmonies of #A1A941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A941

Black with #A1A941

Text Example


Text Example

White with #A1A941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A941; }

 p { color: rgb(161,169,65); }

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

background-color css

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

 a { background-color: rgb(161,169,65); }

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

border-color css

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

 span { border-color: rgb(161,169,65); }

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