Html Css Color HEX #A1AB41 Brass

📋 copy color: '#A1AB41'

red 161 ◦ green 171 ◦ blue 65

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

Shades of Brass #A1AB41

Tints of Brass #A1AB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

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

R = 40.55%
G = 43.07%
B = 16.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#A1AB41 (or 0xA1AB41) is known color: Brass. HEX triplet: A1, AB and 41. RGB value is (161,171,65). Sum of RGB (Red+Green+Blue) = 161+171+65=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB41 is #5E54BE. Grayscale: #9C9C9C. Windows color (decimal): -6182079 or 4303777. OLE color: 4303777.

HSL color Cylindrical-coordinate representation of color #A1AB41: hue angle of 65.66º 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 #A1AB41 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 171 65 -
CMYK 0.06 0 0.62 0.33
HSL 65.66º 0.45% 0.46% -
HSV(B) 65.66º 0.62% 0.67% -
XYZ 30.21 37.08 10.57 -
YUV 155.93 76.69 131.62 -
System Red Green Blue C M Y K H S L
Decimal 161 171 65 0.06 0 0.62 0.33 65.66 0.45 0.46
Hex A1 AB 41 6 0 3E 21 42 2D 2E
Octal 241 253 101 6 0 76 41 102 55 56
Binary 10100001 10101011 1000001 110 0 111110 100001 1000010 101101 101110

Color Harmonies of #A1AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB41

Black with #A1AB41

Text Example


Text Example

White with #A1AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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