Html Css Color HEX #A1A746 Brass

📋 copy color: '#A1A746'

red 161 ◦ green 167 ◦ blue 70

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

Shades of Brass #A1A746

Tints of Brass #A1A746

RGB

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

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

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

R = 40.45%
G = 41.96%
B = 17.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A1A746 (or 0xA1A746) is known color: Brass. HEX triplet: A1, A7 and 46. RGB value is (161,167,70). Sum of RGB (Red+Green+Blue) = 161+167+70=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A746 is #5E58B9. Grayscale: #9A9A9A. Windows color (decimal): -6183098 or 4630433. OLE color: 4630433.

HSL color Cylindrical-coordinate representation of color #A1A746: hue angle of 63.71º degrees, saturation: 0.41, 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 #A1A746 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 167 70 -
CMYK 0.04 0 0.58 0.35
HSL 63.71º 0.41% 0.46% -
HSV(B) 63.71º 0.58% 0.65% -
XYZ 29.62 35.66 11.12 -
YUV 154.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 161 167 70 0.04 0 0.58 0.35 63.71 0.41 0.46
Hex A1 A7 46 4 0 3A 23 40 29 2E
Octal 241 247 106 4 0 72 43 100 51 56
Binary 10100001 10100111 1000110 100 0 111010 100011 1000000 101001 101110

Color Harmonies of #A1A746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A746

Black with #A1A746

Text Example


Text Example

White with #A1A746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A746; }

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

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

background-color css

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

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

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

border-color css

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

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

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