Html Css Color HEX #A1A741 Brass

📋 copy color: '#A1A741'

red 161 ◦ green 167 ◦ blue 65

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

Shades of Brass #A1A741

Tints of Brass #A1A741

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.49%

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

R = 40.97%
G = 42.49%
B = 16.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A1A741 (or 0xA1A741) is known color: Brass. HEX triplet: A1, A7 and 41. RGB value is (161,167,65). Sum of RGB (Red+Green+Blue) = 161+167+65=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A741 is #5E58BE. Grayscale: #999999. Windows color (decimal): -6183103 or 4302753. OLE color: 4302753.

HSL color Cylindrical-coordinate representation of color #A1A741: hue angle of 63.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1A741 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 167 65 -
CMYK 0.04 0 0.61 0.35
HSL 63.53º 0.44% 0.45% -
HSV(B) 63.53º 0.61% 0.65% -
XYZ 29.47 35.6 10.32 -
YUV 153.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 161 167 65 0.04 0 0.61 0.35 63.53 0.44 0.45
Hex A1 A7 41 4 0 3D 23 40 2C 2D
Octal 241 247 101 4 0 75 43 100 54 55
Binary 10100001 10100111 1000001 100 0 111101 100011 1000000 101100 101101

Color Harmonies of #A1A741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A741

Black with #A1A741

Text Example


Text Example

White with #A1A741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A741; }

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

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

background-color css

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

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

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

border-color css

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

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

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