Html Css Color HEX #A1A546 Brass

📋 copy color: '#A1A546'

red 161 ◦ green 165 ◦ blue 70

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

Shades of Brass #A1A546

Tints of Brass #A1A546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 40.66%
G = 41.67%
B = 17.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A1A546 (or 0xA1A546) is known color: Brass. HEX triplet: A1, A5 and 46. RGB value is (161,165,70). Sum of RGB (Red+Green+Blue) = 161+165+70=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A546 is #5E5AB9. Grayscale: #999999. Windows color (decimal): -6183610 or 4629921. OLE color: 4629921.

HSL color Cylindrical-coordinate representation of color #A1A546: hue angle of 62.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1A546 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 165 70 -
CMYK 0.02 0 0.58 0.35
HSL 62.53º 0.4% 0.46% -
HSV(B) 62.53º 0.58% 0.65% -
XYZ 29.26 34.93 10.99 -
YUV 152.97 81.17 133.72 -
System Red Green Blue C M Y K H S L
Decimal 161 165 70 0.02 0 0.58 0.35 62.53 0.4 0.46
Hex A1 A5 46 2 0 3A 23 3F 28 2E
Octal 241 245 106 2 0 72 43 77 50 56
Binary 10100001 10100101 1000110 10 0 111010 100011 111111 101000 101110

Color Harmonies of #A1A546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A546

Black with #A1A546

Text Example


Text Example

White with #A1A546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A546; }

 p { color: rgb(161,165,70); }

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

background-color css

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

 a { background-color: rgb(161,165,70); }

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

border-color css

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

 span { border-color: rgb(161,165,70); }

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